#lightbox{
	background-color: #eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{ float: left; }
#lightboxKeyboardMsg{ float: right; }
#lightboxCloseButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#lightboxOverlay img{ border: none; }

#lightboxOverlay{ background-image: url(""); }

* html #lightboxOverlay{
	background-color: #333;
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="", sizingMethod="scale");
}


/* 页面内代码的样式 */
.lightboxWrap{
	position: relative;
	cursor: url("zoomin.cur"), pointer;
}
.lightboxZoomPic{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	background-image: url("zoom.png");
}
.viewbox .content img{width:480px;height:700px;}