﻿@charset "utf-8";
img { border: 0px; }
.bannerbox { width: 940px; height: 240px; overflow: hidden;box-shadow:0 1px 6px #999;  margin: 0px auto; }
#focus { width: 940px; height: 240px; clear: both;overflow: hidden; position: relative; float: left; }
    #focus ul { width: 940px; height: 240px; float: left; position: absolute; clear: both; padding: 0px; margin: 0px; }
        #focus ul li { float: left; width: 940px; height: 240px; overflow: hidden; position: relative; padding: 0px; margin: 0px; }
    #focus .preNext { width: 45px; height: 240px; position: absolute; top: 0px; cursor: pointer; }
    #focus .pre { left: 0; background: url(sprite.png) no-repeat right center;}
    #focus .next { right: 0; background: url(sprite1.png) no-repeat right center;}
