﻿/* @author ly */
.wrapper{padding:0;margin:0 auto;text-align:left;width:962px; background:#f5f5f5;}
#main{background:url('bg-main-2.jpg') repeat-x left top #f5f5f5;}
    .index{background:url('bg-main.jpg') repeat-x left top #f5f5f5 !important;}
#footer{color:#666666;background:#000;font-size:13px;height:34px;}
    #footer .wrapper{padding:10px 0;position:relative;}
        #footer a{color:#666;text-decoration:none;font-size:13px;}
        .footerLeft{height:24px;margin-left:30px;}
        .footerCenter{margin-left:84px;height:24px;}
        .footerRight{position:absolute;right:10px;bottom:5px;}
/* 首页图片滚动 */
#wrapper{width:962px; margin:0 auto;}
.scoll{background:url('index_top_bg.jpg') 0 0 no-repeat; padding:29px 0 50px 0; height:325px; position:relative; width:962px; z-index:99;}
#ui-carousel-next, #ui-carousel-prev {width: 19px; height:40px; background: url('scroll_btn.png') 0 0 no-repeat; display: block; position: absolute; z-index: 100; top:160px; text-indent:-9999px;}
    #ui-carousel-prev{background-position:0 0; left:-19px;}
    #ui-carousel-prev:hover{background-position:0 -40px;;}
    #ui-carousel-next{background-position:-19px 0; right:-19px;}
    #ui-carousel-next:hover{background-position:-19px -40px;}
#pages {width: 962px; height: 30px; position: absolute; bottom:0px; text-align:center;}
    .bullet {background:url() 0 0 no-repeat; display: inline-block; width: 18px; height: 18px; margin:0 5px;}

 .ui-carousel {
    height: 307px;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: relative; /*for ie7 to work e.g in html carousels*/
    width: 962px;
}
.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}
.ui-carousel > .wrapper > * {
    border: 0;
    display: block;
    float: left;
    height: 307px;
    overflow: hidden;
    width: 962px;
}
