@charset "iso-8859-1";
/* CSS Document */
#Thumbs { 
/*white-space:nowrap;*/
padding:0px; 
width:315px; 
height:256px; 
overflow-y:auto;
overflow-x:hidden;

/* BARRA DE ROLAGEM */
  scrollbar-arrow-color:#FFF;
  scrollbar-3dlight-color:#747474;
  scrollbar-highlight-color:#747474;
  scrollbar-face-color:#747474;
  scrollbar-shadow-color:#747474;
  scrollbar-darkshadow-color:#747474;
  scrollbar-track-color:#5F635D;
}
  #Thumbs img{
  float:left;
  margin:3px;
  }
