@charset "utf-8";
/* CSS Document */
@import url("share.css");
@import url("slider.css");
@import url("colorbox.css");

h2.ShowcaseClass {
	background-image: url(../bg/recent_tit_bg.gif);
}
ul.PhotoClass {

}
ul.PhotoClass li{
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 9px;
}
ul.PhotoClass li a{
	background-repeat: no-repeat;
	display: block;
	height: 121px;
	width: 344px;
	background-position: left bottom;
}
ul.PhotoClass li a:hover{
	background-position: left top;
}
ul.Photolist {
	padding-left: 8px;
	position: relative;
}
ul.Photolist li{
	float: left;
	margin:0 6px 6px 0;
	position: relative;
	overflow::hidden;
	height: 124px;
	width: 168px;
	display: block;
}
ul.Photolist li img{
	height: 124px;
	width: 168px;
	display:block;
	}
ul.Photolist li a{
	display: block;
	height: 124px;
	width: 168px;
	position: relative;
	overflow::hidden;
}
ul.Photolist li a dl{
	display: none;
}
ul.Photolist li a:hover{}
ul.Photolist li a:hover dl{
	position: absolute;
	padding: 10px;
	display: block;
	top: 0px;
	background-color: #FF3366;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(Opacity=80);
	color: #FFFFFF;
	width: 148px;
	height:104px;
}
ul.Photolist li a:hover dl dt{
	font-weight: bold;
}
