#play{
	width:400px;
	height:230px;
	border:#ccc 1px solid;
	}
#playBg{
	margin-top:200px;
	z-index:1;
	filter:alpha(opacity=70);
	opacity:0.7;
	width:400px;
	position:absolute;
	height:30px;
	background:#000;
	}
#playText{
	margin-top:200px;
	z-index:2;
	padding-left:10px;
	font-size:14px;
	font-weight:bold;
	width:340px;
	color:#fff;
	line-height:30px; 
	overflow:hidden;
	position:absolute;
	cursor:pointer;
	}
#playNum{
	margin:205px 5px 0 250px;
	z-index:3;width:145px; 
	text-align:right;
	position:absolute;
	height:25px;
	}
	
#playNum a{margin:0 2px;
width:20px;
height:20px;
font-size:14px;
font-weight:bold;
line-height:20px;
cursor:pointer;
color:#000;
padding:0 5px;
background:#D7D6D7;
text-align:center;
}
#playShow img{
	width:400px;
	height:230px;
	}