#carousel-wrapper {
    position:relative;
    width: 653px;
    height: 413px;
    overflow: hidden;
}
#carousel-content {
    width:100000px;
}
#carousel-content .slide {
    float: left;
    width: 653px;
    height: 413px;
}

#slideshow, #slideshow div{
    padding: 0px !important;
}

#slideshow{
    position:relative;
    width:653px;
    /*margin-right:20px;*/
    z-index:100;
}
#slideshow .carousel-next{
    position:absolute;
    right:0;
    top:0;
}
#slideshow .carousel-prev{
    position:absolute;
    left:0;
    top:0;
}
.control{
    width:42px;
    height:413px;
    z-index:100;
}
.control a{
    position:relative;
    width:100%;
    height:100%;
    border:0px;
}
.control a img{
    border:0;
    width:42px;
    height:42px;
    margin-top:185px;
}

.slide {
    position:relative;
    cursor: pointer;
}

.slide .slidecontent{
    opacity:0.7;
    filter: alpha(opacity = 70);

    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:130px;
    background-color:#000;
    border-top:1px solid #CCC;
}
.slidetitulo,.slideresumo{
    text-align:left;
    color:#FFF;
    /*font-family:Verdana,Helvetica,Arial,Sans-Serif;*/
    font-size:10pt;

}
.slidetitulo{
    margin-left:5px;
    margin-top:15px;
    margin-right:5px;
    font-size:11pt;
}
.slideresumo{
    font-weight:normal;
    margin-left:5px;
    margin-top:2px;
    margin-right:5px;
}