/* -----------------------------------------------------------------*/
/*         Desenvolvido por Allan Wolski - UP Solutions             */
/*   CSS contendo as formatações das imagens do banner principal.   */
/* -----------------------------------------------------------------*/

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 80%;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 100%;
}
img{
    border:none;
}

.graphic, #prevBtn, #nextBtn{
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
}

#container{
    margin:0 auto;
    position:relative;
    text-align:left;
    width:887px;
    margin-bottom:2em;
}
#slider{

}
#slider ul, #slider li{
    margin:0;
    padding:0;
    list-style:none;
}
#slider li{
    width:887px;
    height:255px;
    overflow:hidden;
}
#prevBtn, #nextBtn{
    display:block;
    width:30px;
    height:77px;
    position:absolute;
    left:-30px;
    top:108px;
}
#nextBtn{
    left:895px;
}
#prevBtn a, #nextBtn a{
    display:block;
    width:22px;
    height:40px;
    background:url(../img/topos/btn_prev.png) no-repeat 0 0;
    outline: none;
}
#prevBtn a:hover {
   background-position:0 -40px;   
}
#nextBtn a{
    background:url(../img/topos/btn_next.png) no-repeat 0 0;
    outline: none;
}
#nextBtn a:hover{
    background-position:0 -40px;    
}
