/* The containing box for the gallery. */
#container {position:relative; width:650px; height:400px; margin:20px auto 0 auto; background:#fff url(../galeria/fun_biombos.jpg) 10px 10px no-repeat;}

/* Removing the list bullets and indentation - add size - and position */
#container ul {width:158px; height:386px; padding:0;  margin:5px; list-style-type:none; float:right;}

#container li {float:left;}

/* Remove the images and text from sight */
#container a.gallery span {position:absolute; width:1px; height:1px; top:5px; left:5px; overflow:hidden; background:#fff;}

/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {display:block; color:#000; text-decoration:none; border:1px solid #000; margin:1px 2px 1px 2px; text-align:left; cursor:default;}
#container a.slidea {background:url(../galeria/biombo_milao_t.jpg); height:150px; width:150px;}
#container a.slideb {background:url(../galeria/biombo_roma_t.jpg); height:150px; width:150px;}

/* styling the hovers */
#container a.gallery:hover {border:1px solid #fff;}
#container a.gallery:hover span {position:absolute; width:472px; height:400px; top:10px; left:10px; color:#000; background:#fff;}
#container a.gallery:hover img {border:1px solid #fff; float:left; margin-right:5px;}

#ads {display:none;}
#adsie {clear:both; text-align:center; width:630px; margin-top:10px;}




