#lightbox {
	background-color: #4D4D4D; /*圖片框底色*/
	padding: 7px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxCaption {
	color:#CCC;
	background-color: #333;
	font-size: 0.8em;
	font-family:"新細明體", "微軟正黑體", Verdana, Arial;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxIndicator {
	border: 1px solid white;
}
#lightboxOverallView,
#overlay {
	background-color:#000; /*大背景底色*/
	opacity:1;
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	filter: Alpha(opacity=90);
}

