@CHARSET "UTF-8"; div.layer-content div#lightbox-preloader { 	background: url('img/ajax-loader.gif') no-repeat #fff; 	width: 16px; 	height: 16px; 	/* 	font-size: 11px; 	line-height: 16px; 	*/ } div.lightbox-curtain { 	/* DEV-NOTE: width and hight are set by script*/ 	background: #666; 	opacity: 0.90; 	-moz-opacity: 0.90; 	filter: alpha(opacity=90); 	display: none; 	position: absolute; 	left: 0; 	top: 166px; /* is overwritten by script if header-zone is higher */ 	z-index: 200; }
