.carousel-wrapper {
    width: 620px;
    height: 200px;
    overflow: hidden;
}

.carousel-content {
    width: 2500px;
}

.carousel_slide {
    float: left;
    width: 140px;
    height: 200px;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    margin-left: 1px;
    margin-right: 1px;
}

.carousel_slide:hover, .carousel_slide_active {
    background-color: #DEE3A9;
}

.carousel-control-left {
    background: url(img/slider_bg.gif) repeat;
    height: 150px;
    width: 30px;
    padding-top: 70px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.9;
    text-decoration: none;
    outline: none;
}

.carousel-control-right {
    background: url(img/slider_bg.gif) repeat;
    height: 150px;
    width: 30px;
    padding-top: 70px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0.9;
    text-decoration: none;
    outline: none;
}
