@charset "gb2312";
.bannerbox { width: 275px; height: 190px; overflow: hidden; margin: 0px auto; border:0px solid #CCC; z-index:1; background:#FFF; background:url(../images/xiao_bg.jpg) no-repeat center;}
#focus { width: 275px; height: 190px; clear: both; overflow: hidden; position: relative; float: left; }
    #focus ul { width: 275px; height: 190px; float: left; position: absolute; clear: both; padding: 0px; margin: 0px; }
        #focus ul li { float: left; width: 275px; height: 190px; overflow: hidden; position: relative; padding: 0px; margin: 0px; }
    #focus .preNext { width: 15px; height: 190px; position: absolute; top: 0px; cursor: pointer; }
    #focus .pre { left: 0; background: url(../images/sprite.png) no-repeat left center; }
    #focus .next { right: 0; background: url(../images/sprite1.png) no-repeat right center; }
