#lightbox {
z-index: 999;
position:absolute;

	border-bottom: #fff 1px solid;
	padding: 10px;
	background-color: #fff;
	border-right: #fff 1px solid;
	
}
#lightboxcaption {border-bottom: #666 1px solid; text-align: center; background-color: #eee; color: #333; font-size: 90%; border-right: #666 1px solid;}
#lightboxindicator {border: white 1px solid;}
#lightboxoverallview {background-color: #000; opacity: 0.8;}
#overlay {background-color: #000; opacity: 0.8;}
* html #lightboxoverallview {filter: alpha(opacity=80); background-color: #000;}
* html #overlay {filter: alpha(opacity=80); background-color: #000;}


/*×ÊÖÊÖ¤¼þ*/
.medal_c{
width:100%;
overflow:hidden;
margin: 0px;
padding: 0px;
}
.medal_list li{
	float:left;
	display:inline;
	width:229px;
	height:230px;
	margin-top: 5px;
	margin-right: 12px;
	margin-bottom: 5px;	
	padding-top: 10px;
	padding-right:14px;	
	padding-left: 14px;

}
.medal_list li img{
	float:left;
	width:220px;
	height:183px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #F5F5F5;
}
.medal_list li p{	
	width:100%;
	line-height:45px;
	text-align:center;
	font-size:14px;
	color:#434343;
	margin: 0px;
} 