.list_carousel {
        margin: 0;
        width: 768px;
        overflow: hidden;
        height: 275px;
        padding: 0;
}
.list_carousel ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
}
.list_carousel li {        
        width: 688px;
        height: 275px;
        padding: 0;        
        display: block;
        float: left;
        margin-right : 1px;
        margin-left: 0;
        margin-bottom: 0;
}

.list_carousel li div#bannerLegend{
    background-color: #FFFFFF;
    max-width: 250px;
    position: relative;
    /*top: 222px;*/
    top: -50px;
    left: 20px;
    filter:alpha(opacity=95);
    opacity:0.95;
    -moz-opacity:0.95;
    color: #173e71;   
    font-family: "Open Sans";
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    z-index: 10000;
}


.list_carousel.responsive {
        width: auto;
        margin-left: 0;
}
.clearfix {
        float: none;
        clear: both;
}
a.prev {
        background: url(../images/prev.png) no-repeat transparent;
	width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        top: 110px;
        left: 20px;
        background-position: 0 0; 
}

a.next {
        background: url(../images/next.png) no-repeat transparent;
	width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        top: 110px;
        right: 20px;
        background-position: 0 0; 
}