﻿*
{
	margin: 0;
	padding: 0;
}
#play img
{
	border: 0px;
}
#play
{
	width: 240px;
	height: 240px;
	/*overflow: hidden;*/
	margin: 0 auto;
	border: 1px solid #fff;
	/*padding: 4px;*/
	position: relative;
	clear:both;
	text-align:left;
}
#play_info
{
	position: absolute;
	margin-top: 180px;
	padding: 5px 0 0 5px;
	height: 24px;
	line-height: 24px;
	width: 240px;
	color: #fff;
	z-index: 1001;
	cursor: pointer;
}
#play_info
{
	font-size: 14px;
	display: block;
	font-weight: bold;
	height:30px;
	overflow:hidden;
}
#play_bg
{
	position: absolute;
	background-color: #000;
	margin-top: 180px;
	height: 30px;
	width: 240px;
	filter: Alpha(Opacity=39);
	opacity: 0.39;
	z-index: 1000;
}

#play_text
{
	position: absolute;
	margin: 210px 0 0 0px;
	height: 15px;
	z-index: 1002;
}
#play_text ul
{
	list-style-type: none;
	height: 15px;
	display: block;
	padding-top: 1px;
	_padding-top: 0px;
}
#play_text ul li
{
	width: 20px;
	height: 20px;
	float: left;
	background-color: #E8FCEB;
	display: block;
	color: #2F49DF;
	text-align: center;
	margin: 1px;
	cursor: pointer;
	font-size: 12px;
}

#play_list a
{
	display: block;
	width: 240px;
	height: 230px;
	position: absolute;
	overflow: hidden;
}

