@charset "utf-8";
/* CSS Document */

.play1{
	width:250px;
	height: 164px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.play1 .list ul{
	width: 200px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	left: 810px;
}
.play1 .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;
}
.play1 .list ul li:hover{
	background:red;
}
