#play {
	width: 320px;
	height: 270px;
	overflow: hidden;
	display: block;
	text-align: left;
	zoom: 1;
}
#play_bg {
	position: absolute;
	background-color: #000;
	margin-top: 240px;
	height: 30px;
	width: 320px;
	filter: Alpha(opacity=30);
	opacity: 0.3;
	z-index: 1000;
}

#play_text {
	position: absolute;
	margin-top: 240px;
	height: 30px;
	width: 320px;
	z-index: 1002;
}

#play_info {
	font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ", "SimHei", "ºÚÌå";
	height: 30px;
	line-height: 30px;
	width: 320px;
	color: #4a4a4a;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 8px 0;
}

#play_details {
	line-height: 150%;
	font-size: 14px;
	text-indent: 2em;
	color: #6f6f6f;
	text-align: left;
	margin: 8px 0;
}

#play_text ul {
	width: 180px;
	float: right;
	height:30px;
	display:inline;
	filter: Alpha(opacity=70);
	opacity: 0.7;
	padding: 0;
	margin: 0;
}

#play_text ul li {
	width: 16px;
	height: 30px;
	line-height: 30px;
	float: left;
	background-color: #000;
	display:inline;
	color: #fff;
	text-align: center;
	margin: 0 1px;
	cursor:pointer;
	font-family: "Verdana", "Arial", "sans-serif";
}
#play_list {
	position: relative;
	display: inline;
	width: 320px;
	top: 0;
	left: 0;
}
#play_list a {
	display: block;
	width: 320px;
	height: 240px;
	position:absolute;
	overflow: hidden;
	left: 0;
	top: 0;
}
#play_list img {
	width: 320px;
	height: 240px;
}