@charset "utf-8";
/* CSS Document */
#lightboxcont{
	width:490px;
	height:420px;
	margin: 5px 9px;
	border:1px solid #DDD;
	background-color:#FFF;
	text-align:left;
	overflow:hidden;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
}
#lightbox{
	display:none;
	position: absolute;
	top:0px;
	left:-260px;
	margin: 1em 50% 0;
	z-index:5002;
	width:510px;
	background-color:#000;
	/*NEW*/
	height: 96%;
	max-height: 600px;
	overflow-y: auto;
	overflow-x: hidden;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
}
#lightbox[id]{
	position:fixed;
}
#overlay{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	margin: 0px 0px 0px 0px;
	width:100%;
	height:100%;
	/*min-width:885px;
	min-height:700px;*/
	z-index:5000;
	overflow:hidden;
	-moz-opacity: 0.6;
	opacity:.60;
	/*filter: alpha(opacity=60);*/
	background-color:#000000;
}
#overlay[id]{
	position:fixed;
}

#lightboxcontrols{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	display:none;
	/*height: 1px;*/
	/*overflow:hidden;*/
}
#lightbox_leftbtn,
#lightbox_rightbtn{
	float:left;
	width:35px;
	padding: 10px 0 10px 5px;
	margin: 0px;
}
#lightbox_rightbtn{
	float:right;
	text-align:right;
	padding: 10px 5px 10px 0;
}
#lightbox_close{
	display:none;
	position: absolute;
	top:0px;
	width:35px;
	height:35px;
	left:233px;
	margin: 0.05em 50%;
	z-index:5003;
}
#lightbox_close[id]{
	position:fixed;
}
#lightbox_description{
	/*float:left;
	width:426px;*/
	margin: 0 43px;
}
.multiBoxDesc{
	display:none;
}
#lightbox_title{
	/*float:left;*/
	font-weight:bold;
	font-size: 12px;
	margin-bottom:6px;
	/*width:370px;*/
}
#lightbox_numbers{
	float:right;
	margin: 0 0 5px 15px;
}
#lightbox_text{
	/*clear:both;
	width:100%;
	height: 115px;
	overflow-y: auto;*/
}