#gallery{
 width:689px ; 
 height:163px ;  
 background-image:url(../images/galeria.jpg);
 background-repeat:no-repeat;
}

#gallery_container {  
 width:689px ; 
 height:163px ;  
 margin:0px auto; 
 padding:7px 0px 0px; 
 display:block; 
 position:relative;
}

#thumb_container{ 
 overflow:hidden ; 
 height:150px ; 
 margin:0px auto 0px;
 margin-top:15px;
}

#thumbs { 
 white-space:nowrap; 
 display:block; 
 width:222px; 
}

#thumbs a { 
 padding:0px; 
 margin:0px; 
}

#thumbs a img{ 
 border:1px #333333 solid; 
}

.addfwd { 
 display:block; 
 position:absolute; 
 cursor:pointer; 
 width:25px; 
 height:101px; 
 top:35px; 
 right:0px; 
 background:url(../images/gallery_fwd.jpg) no-repeat; 
}

.addbkwd { 
 display:block; 
 position:absolute; 
 cursor:pointer; 
 width:25px; 
 height:101px; 
 top:35px; 
 left:0px; 
 background:url(../images/gallery_back.jpg) no-repeat;  
}

