#carousel-wrapper {
    position:relative;
    width: 960px;
    height: 402px;
    overflow: hidden;
}
#carousel-content {
    width:100000px;
}
#carousel-content .slide {
    float: left;
    width: 960px;
    height: 402px;
}
#slideshow{
    position:relative;
    width:960px;
    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:402px;
    z-index:100;
}
.control a{
    position:relative;
    width:100%;
    height:100%;
    border:0px;
}
.control a img{
    border:0;
    width:42px;
    height:42px;
    margin-top:180px;
}

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

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

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

}
.slidetitulo{
    margin-bottom:10px;
    margin-left:5px;
    margin-top:5px;
    margin-right:5px;
    font-weight:bolder;
}
.slideresumo{
    font-weight:normal;
    margin-left:5px;
    margin-top:5px;
    margin-right:5px;
}
