/* lighbtox layers */
#lbWrapper {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:10000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
iframe.IEFix
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}
#lbBack {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	_height:2000px;
	_width: 2000px;
	z-index:10001;
	background: #000;
}
*:not(hr) #lbBack {
	height:2500px;
	left:0px;
	margin-top:-500px;
	position:absolute;
	top:0px;
	width:100%;
	z-index:10001;
	background: #000;
}
#lbLayer {
	position:absolute;
	top:3%;
	width:920px;
	height:620px;
	z-index:10002;
}
*:not(hr) #lbLayer {
	width:720px;	
}
#lbHolder { 
	position:absolute;
	left:40%;
	_left:40%;
	top:0px;
	z-index:10005;
	xwidth:520px;
	height:1200px;
} 	
/* lighbtox layers */

/* lighbtox disclaimer */
#lightbox {
	font-size: .92em;
	}
#lightbox a.close {
	display: block;
	color: white;
	margin: 0 0 .5em 0;
	padding: 0 0 0 1.5em;
	background: transparent url(../static/img/sprites_001.gif) no-repeat 0 -1596px;
	outline: none;
	float: right;
	}
	#lightbox a:hover {
		color: red;
		text-decoration: underline;
		}
	#lightbox.disclaimer  #head{
		border-bottom: 1px solid red;
		}
		#lightbox.disclaimer  #head img{
			padding: 2em 3em 1.5em 3.2em;
			}
	#lightbox.disclaimer .wrapper {
		width: 433px; 
		color: #555;
		background: white;
		}
		#lightbox .gfx {
			background: #555 url(../static/img/lightbox_gfx.jpg) no-repeat 3.2em 0;
			height:27px;
			margin: 1px 0 2em 0;
			}
	#lightbox.disclaimer .content {
		width: 360px;
		margin: 0 auto 1.5em auto;
		}
		#lightbox.disclaimer .content  h3{
			color: #555;
			font-weight: bold;
			background: none;
			border: none;
			padding: 0;
			}		
		#lightbox.disclaimer .content  p {
			margin: 0 0 1em 0;
			}
		#lightbox.disclaimer .content  a {
			background: transparent url(../static/img/sprites_001.gif) no-repeat 0 -1299px;
			padding: 0 0 0 0;
			}
			#lightbox.disclaimer .content  a.continue {
				display: block;
				margin: 1em 0 0 0;
				color: red;
				}
	#lightbox.disclaimer #footer  {
		background: white;
		border-top: 1px solid #d5d5d5;
		width: 360px;
		margin: 0 auto 2em auto;
		padding: .5em 0 0 0;
		cursor: default;
		}
	#lightbox.disclaimer #footer div.left {
		float: left;
		width: 50%;
		}
	#lightbox.disclaimer #footer div.right {
		float: right;
		}
		#lightbox.disclaimer #footer a.print {
			background: transparent url(../static/img/sprites_001.gif) no-repeat 0 -399px;
			padding: 0 0 0 1.5em;
			color: #555;
			}
			#lightbox.disclaimer #footer a.print:hover {
				cursor: pointer;
				color: #f60;
				}
/* lighbtox disclaimer */
/* lighbtox login */
#lightbox.login {
	
	}
	#lightbox.login .wrapper {
		width: 433px; 
		color: #555;
		background: white;
		}
/* lighbtox login */

 #lightbox.youtube .wrapper {
 	width: 560px;
	background: white;
	padding: 1em;
 	}
 	#lightbox.youtube .content {
 		margin: 1em 0;
 		}
 */