#carousel-wrapper {
    position: relative;
    width: 834px;
    height: 232px;
    overflow: hidden;
    border: 1px solid gray;
}
#carousel-content {
    width: 3500px;
}
#carousel-content .slide {
    float: left;
    width: 832px;
    height: 230px;
    margin: 0px;
    border: 1px solid white;
    text-align: center;
}
.ccLeft, .ccRight {
    position: absolute;
    top: 1px;
    width: 30px;
    height: 30px;
    overflow: hidden;
z-index:999; 
}
.ccLeft { left: 1px;top:200px;}
.ccRight { left: 805px; top:200px}


.mycarousel {left:35px;width:834px;position:relative;}
