.carousel {
    width:790px;
    margin-left:50px;
}
#carousel {
    width:744px;
    height:265px;
}
#carousel li {
    height:265px;
    position:relative;
}
#carousel .description {
    height:40px;
    width:100%;
    background: #000000; 
    opacity: .45; 
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=45);
    /* For IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    position:absolute;
    bottom:0;
    color:#fff;
    padding:10px 60px 0 60px;
    font-size:12px;
}
#carousel .description h5{
    font-size:14px;
    margin-bottom:5px;
    font-weight: bold;    
}   
#carousel .description a{
    color:#FFF;
}      
.jcarousel-container-horizontal {
    position: relative;
    width:744px;
    height:265px;
}
.jcarousel-clip-horizontal {
    z-index: 2;
    padding: 0;
    overflow: hidden;
    position: relative;
    height:265px;
}
.jcarousel-list-horizontal {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.jcarousel-list-horizontal li,
.jcarousel-item-horizontal {
    float: left;
    list-style: none;
    width:744px;
    height:265px;
}

.jcarousel-next-horizontal {
    z-index: 20;
    display: none;
    position:absolute;
    top:225px;
    right:10px;
    width:19px;
    height:32px;
    background:transparent url('../images/carousel_button-right.png') no-repeat;
    cursor:pointer;
}
.jcarousel-prev-horizontal {
    z-index: 20;
    display: none;
    position:absolute;
    top:225px;
    left:10px;
    width:19px;
    height:32px;
    background:transparent url('../images/carousel_button-left.png') no-repeat;
    cursor:pointer;
} 

.jcarousel-prev-horizontal:hover, .jcarousel-next-horizontal:hover {
    background-position: 0 -32px;
}

