.play{
	width:975px;
	height: 200px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.play .list ul{
	width: 200px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	left: 810px;
}
.play .list ul li{
	width: 10px;
	/*height: 20px;*/
	height: 10px;
	float: left;
	border: 1px solid #000;
	/*border-radius: 10px;*/
	line-height: 10px;
	font-size:8px;
	text-align: center;
	margin-left: 5px;
}
.play .list ul li:hover{
	background:red;
}
