/* CSS Document */

        *{ padding:0; margin:0; list-style:none; }
        .pic_js{ width:1200px; margin:0 auto; overflow:hidden; border:0px solid #0066CC; position:relative; }
        .pic{ width:2400px; z-index:1; }
        .pic img{ display:block; width:1200px; height:376px; cursor:pointer; }
        .pic li{ width:1200px; height:376px; float:left; }
        .pic_nav{ position:absolute; bottom:3px; right:0px; z-index:100; }
        .pic_nav li{ float:left; cursor:pointer; width:40px; height:40px; line-height:40px; border:1px solid #069; margin-right:5px; text-align:center; background:#ff0; }
        .pic_nav li img{ width:100%; height:100%; }
        .pic_nav .current{ background:#03C; color:#FFF; border:1px solid #F90;}