.wrapper {
    background-color: white;
    width: 480px;
    margin: 40px auto;
    padding: 50px;
    box-shadow: 0 0 5px #999;
}
.list_carousel {

    margin: 0 0 0px 0px;
    width: 100%;
}
.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.list_carousel li {
    font-size: 40px;
    color: #999;
    text-align: center; 
    width: 204px;
    height: 241px;
    padding: 0;
    margin-right: 11px;
    display: block;
    float: left;
    cursor: pointer;
}
.list_carousel li:hover {
    opacity:0.85;
filter:alpha(opacity=85); /* For IE8 and earlier */
}
.list_carousel.responsive {
    width: auto;
    margin-left: 0;
}
.clearfix {
    float: none;
    clear: both;
}
.prev {
    float: left;
    margin-left: 10px;
}
.next {
    float: right;
    margin-right: 10px;
}
.pager {
    float: left;
    width: 300px;
    text-align: center;
}
.pager a {
    margin: 0 5px;
    text-decoration: none;
}
.pager a.selected {
    text-decoration: underline;
}
.timer {
    background-color: #999;
    height: 6px;
    width: 0px;
}

.pagination {
    text-align: left;
    margin-bottom: 10px;
}
.pagination a {
    background: url(../img/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
    width: 15px;
    height: 15px;
    margin: 0 4px 0 0;
    display: inline-block;
}
.pagination a.selected {
    background-position: -25px -300px;
    cursor: default;
}
.pagination a span {
    display: none;
}

.carousel_img{
    float:left;
    width:204px;
    height: 140px;

}
.carousel_img img{
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.carousel_desc{
    background-color: #009eda;
    height: 79px;
    float: left;
 
    -webkit-border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    -moz-border-radius-bottomright: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
       padding-left: 16px;
    padding-right: 10px;
}
.carousel_tit{
    color:#fff;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    text-align: left;
    height:25px;
}
.carousel_texto{
    color:#494949;
    margin-top: 8px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    text-align: left;
    line-height: 11px;

}
.carousel_sombra{}