

/* SET THE LYTEBOX COLOR ON THE NEXT LINE */

@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;
	}



/* HIDE SHOW WATERMARK - USE display none; or block; */

#lbWatermark { display: block; }


