@charset "utf-8";
/* CSS Document */
#play {
	float:left;
	width:330px;
	height:198px;
	margin-right:10px;
	overflow:hidden;
}
/*
#play {
	width:346px;
	height:191px;
	overflow:hidden;
	margin:50px 0 0 50px;
}
*/
#play_info {
	position:absolute;
	margin-top:195px;
	text-align:center;
	height:24px;
	line-height:24px;
	width:330px;
	color:#333;
	z-index:1001;
	cursor:pointer;
	font-weight:700;
}
#play_info b {
	font-size:14px;
	display:block;
}
#play_bg {
	position:absolute;
	background-color:#666;
	margin-top:195px;
	height:24px;
	width:330px;
	filter:Alpha(Opacity=20);
	opacity:0.2;
	z-index:1000;
}
#play_text {
	position:absolute;
	margin:147px 0 0 206px;
	height:50px;
	width:122px;
	z-index:1002;
}
#play_text ul {
	position:absolute;
	bottom:0;
	right:0;
	text-align:right;
	list-style-type:none;
	width:81px;
	height:20px;
	display:block;
	padding-top:1px;
	_padding-top:0px;
	filter:Alpha(Opacity=80);
	opacity:0.8;
}
#play_text ul li {
	width:14px;
	height:14px;
	float:left;
	background-color:#000;
	display:block;
	color:#FFF;
	text-align:center;
	margin:1px;
	cursor:pointer;
}
#play_list a {
	display:block;
	width:330px;
	height:195px;
	position:absolute;
	overflow:hidden;
}
#play_list img {
	width:330px;
	height:195px;
}
/* hacks for ie6 */
*html #play {
	margin-right:0;
}
