#blogs .scrollable {
position:relative;
overflow:hidden;
width: 670px;
height:68px;
margin-top:3px;
background:url(../_imagens/h300.png) repeat-x;
}
#painel .scrollable {
position:relative;
overflow:hidden;
width:280px;
height:252px;
}
.scrollable .items {
width:20000em;
position:absolute;
clear:both;
}
#blogs .scrollable .caixa {
float:left;
margin:2px 8px 2px 8px;
cursor:pointer;
width:210px;
height:61px;	
}
#painel .scrollable .caixa {
float:left;
cursor:pointer;
width:282px;
height:252px;	
}
