/* play */
.play
{
	width: 600px;
	height: 254px;
	overflow: hidden;
	position: relative;
}

.play .text
{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 60px;
}
.play .text div
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: black;
	filter: alpha(opacity:40);
	opacity: 0.4;
	z-index: 99;
}
.play .text span
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 60px;
	color: white;
	z-index: 999;
	text-align: center;
	font-size: 20px;
}

.play ol
{
	position: absolute;
	right: 5px;
	bottom: 4px;
	z-index: 999;
}
.play ol li
{
	float: left;
	margin-right: 3px;
	display: inline;
	cursor: pointer;
	background: #FFFFFF;
	/*border: 1px solid #f47500;*/
	padding: 2px 6px;
	color: #1E79BF;
	font-family: arial;
	font-size: 12px;
}
.play ol li.active
{
	padding: 3px 8px;
	font-weight: bold;
	color: #ffffff;
	background: #1E79BF;
	position: relative;
	bottom: 2px;
}

.play ul
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.play ul li
{
	width: 600px;
	height: 254px;
	float: left;
}
.play ul img
{
	float: left;
	width: 600px;
	height: 254px;
}

