a.disabled {
    visibility:hidden !important;
}

.scrollable-corpo { 
    height:127px;
    margin: 5px 0;
    padding: 5px 0;
    clear: both;
    border-radius: 5px;
    /*background: transparent url('../imagens/tira-fundo-carousel.jpg') repeat-x;*/
}

.scrollable{
    float:left;
    position:relative;
    overflow:hidden;
    width: 815px;
    height:125px;
    border:1px solid #ccc;
    background: transparent url('../imagens/jquerytools/h30.png') repeat-x;
    border-radius:5px;
}

.scrollable .items {
    position:absolute;
    clear:both;
    width:20000em;
}

.scrollable img{
    background-color:#fff;
    padding:2px;
    border:1px solid #ccc;
    cursor:pointer;
}

a.browse {
    background: transparent url('../imagens/jquerytools/seta.png') no-repeat;
    display:block;
    width:40px;
    height:40px;
    float:left;
    margin:45px 0;
    cursor:pointer;
    font-size:1px;
}

/* right margin-right: 0px;*/
a.right {
    background-position: 0 -40px;
    clear:right;
}

a.right:active,
a.right:hover {
    background-position:-40px -40px;
}

a.left:active,
a.left:hover {
    background-position:-40px 0;
}


a.up, a.down{ 
    float: none;
    margin: 0 67px;
}

a.up:hover { background-position:-40px 0; }
a.up:active { background-position:-80px 0; }

/* down */
a.down{ background-position: 0 -40px !important; }
a.down:hover{ background-position:-40px -40px !important; }
a.down:active{ background-position:-80px -40px !important; } 

.vertical {  
    position:relative;
    overflow:hidden;
    height: 360px;
    width:172px;
    border: 0 !important;
}

div.tooltip { 
    background-color:#0e2a53; 
    border:1px solid #fff; 
    padding:10px 15px;
    max-width:350px;
    display:none; 
    color:#fff; 
    text-align:left; 
    font-size:12px;  
    box-shadow:0px 0px 10px #000;    
}
