/* ----------------------------------------------------	*/
/*  REVISION NOTES: Modified Slimbox v2.05		*/
/*  rev: 03/06/2016 -  - ALLWEBCO VERSION v1.0wg	*/
/*							*/
/*  COLOR THEMES USE:					*/
/*  | black | gray | latte | green | white |		*/
/*							*/
/* ----------------------------------------------------	*/



/* SET THE LYTEBOX COLOR ON THE NEXT LINE */

@import url("lytebox-JQ-green.css");



/* EDIT FONTS AND COLORS IN THE COLOR CSS FILES */



/* OUTER OVERLAY */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	}



/* LYTEBOX CONTAINER */

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}



/* IMAGE */

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}



/* HIDE SHOW WATERMARK - USE display none; or block; */

#lbWatermark { display: block; }


