/* HORIZONTAL */
.scrollable {
position:relative;
overflow:hidden;
width: 310px;
height:261px;
}
.scrollable .items {
width:20000em;
position:absolute;
clear:both;
}
.scrollable .noticia {
float:left;
cursor:pointer;
width:310px;
height:261px;
}
.scrollable .noticia img{
width:310px;
height:233px;
}
.scrollable .active {
border:2px solid #000;
z-index:9999;
position:relative;
}
/* NAVIGATOR */
.navi {
width:110px;
height:25px;
text-align:right;
background:url(../imagens/destaque_bg.gif) repeat-x;
position:absolute;
z-index:99999;
bottom:10px;
right:10px;
padding-top:3px;
padding-left:200px;
}
.navi a {
float:left;
width:22px;
height:19px;
color:#f0750a;
font-size:12px;
font-weight:bold;
text-align:center;
padding:0 2px;
padding-top:3px;
cursor:pointer;
background:url(../imagens/destaque_paginacao1.gif) no-repeat center;
}
.navi a:hover {
color:#6B6764;
text-decoration:none;
background:url(../imagens/destaque_paginacao2.gif) no-repeat center;
}
.navi a.active {
color:#6B6764;
text-decoration:none;
background:url(../imagens/destaque_paginacao2.gif) no-repeat center;
}

/* HORIZONTAL */
.scrollable1, .scrollable2, .scrollable3 {
position:relative;
overflow:hidden;
}
.scrollable1 .items, .scrollable2 .items, .scrollable3 .items {
width:20000em;
position:absolute;
clear:both;
}
.scrollable1 .active, .scrollable2 .active, .scrollable3 .active {
z-index:9999;
position:relative;
}
/* 1 */
.scrollable1{
width:310px;
height:283px;
}
.scrollable1 .item {
float:left;
width:310px;
height:283px;
cursor:pointer;
}
.scrollable1 .item img {
width:310px;
height:233px;
}
/* 2 */
.scrollable2 .item {
float:left;
cursor:pointer;
width:206px;
height:68px;
padding:0 4.3px;
}
.scrollable2 .item p{
font-size:11px;
font-weight:bold;
}
.scrollable2 .item p a{
color:#6B6764;
}
.scrollable2 .item img {
width:90px;
height:68px;
margin-right:5px;
}
/* 3 */
.scrollable3 .item {
float:left;
cursor:pointer;
width:107px;
height:10px;
padding:0 10px;
}
.scrollable3 .item img {
width:95px;
height:70px;
border:#666 1px solid;
}
/* BUTTONS */
a.browse {
float:left;
width:38px;
height:94px;
display:block;
cursor:pointer;
}
a.right { float:right;background:url(../imagens/btn_setaDireita.gif) no-repeat; }
a.right:hover { background:url(../imagens/btn_setaDireita.gif) no-repeat; }
a.left { background:url(../imagens/btn_setaEsquerda.gif) no-repeat; }
a.left:hover { background:url(../imagens/btn_setaEsquerda.gif) no-repeat; }
a.disabled { visibility:hidden !important; }
