/* ------------------------------------------------------------	*/
/*  REVISION NOTES: Modified Slimbox v2.05			*/
/*  rev: 02/29/2016 -  - ALLWEBCO VERSION v1.0			*/
/*								*/
/*  COLOR THEMES USE:						*/
/*  | black | gray | white |					*/
/*								*/
/*  EDIT THE THEME COLOR ON THE NEXT LINE (use lowercase) 	*/
/* ------------------------------------------------------------	*/



/*  EDIT COLOR THEME */

@import url("lytebox-JQ-white.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;
	}


