.carousel{
        width:660px;
        float:left;
        margin:16px 0 0;
}
.carousel div{
        width:660px;
        overflow:hidden;
        margin:0 0 22px;
}
.carousel ul{
        margin:0;
        padding:0;
        list-style:none;
        width:9999px;
        overflow:hidden;
}
.carousel ul li{
        float:left;
        width:660px;
}
.carousel ul img{display:block;}
.carousel .switcher{
        margin:0;
        padding:0 0 0 2px;
        list-style:none;
        width:200px;
        overflow:hidden;
}
.carousel ul.switcher li{
        float:left;
        margin: 0 14px 0 0;
        width:23px;
}


