#lightbox{
	padding: 10px;
	text-align:center;
}
	
#lightboxDetails{
	text-align:justify;
	color:#2D242D;
	font:13px Arial, Helvetica, sans-serif;
	font-weight:500;
	padding-top: 15px;
	margin:auto auto;
}	

#keyboardMsg{ float: right; }

#closeButton,#closeButton2{ margin:25px 50px 0px 0px; cursor:pointer; }
#closeButton2 { margin:0px 50px 25px 0px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#lightbox #logo { margin-bottom: 15px; }

#lightboxTitle { color:#a01031; font-size:16px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; margin: 0px; vertical-align:top; padding: 15px; }

#lightbox #itop { background: url('image/itop.png') no-repeat center center; height:39px; }
#lightbox #imid { background: url('image/imid.png') repeat-y center center; text-align:center; }

#lightboxImage { width: 330px; margin:25px 17px 25px 10px; }

#lightbox .sleft { width: 70px; height: 100px; margin: 3px; float:left; }
#lightbox .small { width: 100px; height: 100px; margin: 3px; float:left; background: url('image/small.png'); }
#lightbox .small img { width:80px; height: 80px; margin: 10px; cursor:pointer;}

#lightbox #ibot { background: url('image/ibot.png') no-repeat center center; height:39px; }


#lightboxTop { background: url('image/top.png') no-repeat center center; height:58px; text-align:right;  }

#lightboxMid { background: url('image/bg.png') repeat-y center center; margin: 0px; vertical-align:top; padding-bottom: 25px;}

#lightboxBot { background: url('image/bot.png') no-repeat center center; width:100%; height:58px; text-align:right;  }

.br { clear:both; }


#overlay{ background-image: url(image/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	position:fixed;
	top:0px;
	left:0px;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="image/overlay.png", sizingMethod="scale");
	}

