#divSmallBox{
	overflow: hidden;
*display:inline;*zoom:1;	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 10px;
}
#playBox{
	width: 1008px;
	height: 320px;
	position: relative;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
#playBox .oUlplay {
	position: absolute;
	left: 0;
	top: 0;
	width: 9999px;
}
#playBox .oUlplay li{
	float: left;

}
#playBox .pre{
	cursor: pointer;
	width: 45px;
	height: 45px;
	background: url(../images/l.png) no-repeat;
	position: absolute;
	top: 145px;
	left: 10px;
	z-index: 10;
}
#playBox .next{
	cursor: pointer;
	width: 45px;
	height: 45px;
	background: url(../images/r.png) no-repeat;
	position: absolute;
	top: 150px;
	right: 10px;
	z-index: 10;
}
#playBox .smalltitle {
	width: 1008px;
	height: 10px;
	position: absolute;
	bottom: 15px;
	z-index: 10;
	margin-right: auto;
	margin-left: auto;
}
#playBox .smalltitle ul{ width:120px; margin:0 auto;}
#playBox .smalltitle ul li{ width:10px; height:10px; margin:0 5px; border-radius:10px; background:#ffffff; float:left; overflow:hidden;*display:inline;*zoom:1;}
#playBox .smalltitle .thistitle{ background:#397006;}
