@charset "utf-8";
/* CSS Document */
/*价格滚动图表*/
#playBox{ width:1000px; height: 360px; margin: 30px 0; background: #fff; position: relative; overflow: hidden; }
#playBox .oUlplay { width: 99999px; position: absolute; left: 0; top: 0; }
#playBox .oUlplay li{ float: left; }
#playBox .pre{ cursor: pointer; width: 45px; height: 45px; background: url(../image/arrow_l.png) no-repeat; position: absolute; top: 140px; left: 10px; z-index: 10; }
#playBox .next{ cursor: pointer; width: 45px; height: 45px; background: url(../image/arrow_r.png) no-repeat; position: absolute; top: 140px; right: 10px; z-index: 125; }
#playBox .smalltitle { width: 777px; height: 10px; position: absolute; bottom: 15px; z-index: 10; }
#playBox .smalltitle ul { width: 120px; margin: 0 auto; }
#playBox .smalltitle ul li { width: 10px; height: 10px; margin: 0 5px; border-radius: 10px; background: #aaa; float: left; overflow: hidden; *display:inline; *zoom:1; cursor: pointer; border: 1px solid #fff; }
#playBox .smalltitle .thistitle{ background: #69aaec;}