@charset "utf-8";
*{ margin:0; padding:0; list-style:none;}
#divSmallBox{overflow:hidden;*display:inline;*zoom:1;width:10px;height:10px;margin:0 5px;border-radius:10px;background:#ffffff;}
#playBox{ width:390px; height:90px; margin:0; padding:0; background:#333; position:relative; overflow:hidden;}
#playBox .oUlplay { width:2340px; position:absolute; left:0; top:0;}
#playBox .oUlplay li{ float:left;}
#playBox .oUlplay li img{ width:390px; height:90px; border:0;}


#playBox .pre{ cursor:pointer; width:20px; height:20px; background:url(../img/l.png) no-repeat; position:absolute; top:35px; left:10px; z-index:10;}
#playBox .next{ cursor:pointer; width:20px; height:20px; background:url(../img/r.png) no-repeat; position:absolute; top:35px; right:10px; z-index:10;}
#playBox .smalltitle {width:390px; height:10px; position:absolute; z-index:10}
#playBox .smalltitle ul{ width:200px;  margin:80px 0 0 150px;}
#playBox .smalltitle ul li{ width:7px; height:7px; margin:0 5px; border-radius:7px; background:#ffffff; float:left; overflow:hidden;*display:inline;*zoom:1;}
#playBox .smalltitle ul li:hover{ width:7px; height:7px; margin:0 5px; border-radius:7px; background:#F36; float:left; overflow:hidden;*display:inline;*zoom:1;}

