#carousel {
    width: 958px; 
    height: 400px; 
    margin: 0 auto; 
    overflow: hidden;
}


#btn_cont {
    text-align: center;
}

#btn_prev {
    width: 43px;
    height: 43px;
    border: 0;
    background: url(../images/btn_prev.png) no-repeat;
    cursor: pointer;
}

#btn_next {
    width: 43px;
    height: 43px;
    border: 0;
    background: url(../images/btn_next.png) no-repeat;
    cursor: pointer;
}
