

.module_carousel_out .next{
    background: url("../img/arrowRight.png") no-repeat scroll 15px 5px;   
    width:32px;
    height:48px;
    float:left;
    cursor:pointer;
}

.module_carousel_out .prev{
    position:relative;
    background: url("../img/arrowLeft.png") no-repeat scroll 5px 5px;     
    width:28px;
    height:48px;   
    cursor:pointer;
     float:left;
}



.module_carousel_out{
    float:left;
    width:987px;
    padding:0px;
    height:61px;
    background: url("../img/bgcarousel.png") no-repeat scroll left top;    
    z-index:999;  
    padding-top:5px;
    overflow:hidden;
}
.module_carousel{
    float:left;
    width:928px;
    height:45px;
    z-index:999;  
    overflow:hidden;
}
.module_carousel ul {

    float: left;

    height: 50px;

    list-style: none outside none;

    margin: 0;

    padding: 0;

    width: 100%;

}

.module_carousel ul li {

    float: left;

    height: 45px !important;
    padding:0px 7px 0p 7px 0px;

    margin: 0px 7px 0px 0px;

    width: 64px;

}