#container {
	position: relative;
	width: auto;
	height: 396px;
	margin: 20px auto 0 auto;
	border: 1px solid #E7E7E7;
	background: #fff url(gallery/vetrina08b/cover.jpg) no-repeat 75px 10px;
}
#container a{
	text-align: center;
	font-weight: normal;
}
#container ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
}
/* 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.slide1 {
	background: url(gallery/vetrina08b/th_gal-vetrina1b.jpg);
	height: 60px;
	width: 93px;
}
#container a.slide2 {
	background: url(gallery/vetrina08b/th_gal-vetrina2b.jpg);
	height: 60px;
	width: 93px;
}
#container a.slide3 {
	background: url(gallery/vetrina08b/th_gal-vetrina3b.jpg);
	height: 60px;
	width: 93px;
}
#container a.slide4 {
	background: url(gallery/vetrina08b/th_gal-vetrina4b.jpg);
	height: 60px;
	width: 93px;
}
#container a.slide5 {
	background: url(gallery/vetrina08b/th_gal-vetrina5b.jpg);
	height: 60px;
	width: 93px;
}
#container a.slide6 {
	background: url(gallery/vetrina08b/th_gal-vetrina6b.jpg);
	height: 60px;
	width: 93px;
}
#container a.slide7 {
	background: url(gallery/vetrina08b/th_gal-vetrina7b.jpg);
	height: 60px;
	width: 93px;
}
#container a.slide8 {
	background: url(gallery/vetrina08b/th_gal-vetrina8b.jpg);
	height: 60px;
	width: 93px;
}
#container a.slide9 {
	background: url(gallery/vetrina08b/th_gal-vetrina9b.jpg);
	height: 60px;
	width: 93px;
}
#container a.slide10 {
	background: url(gallery/vetrina08b/th_gal-vetrina10b.jpg);
	height: 60px;
	width: 93px;
}
/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:198px; 
    height:386px;
    }
#container li {
    float:left;
    }
/* move the thumbnails into the correct position */
#container ul {
    margin:5px; 
    float:right;
    }
/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #fff; 
    }
/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute; 
    width:372px; 
    height:372px; 
    top:10px; 
    left:75px; 
    color:#000; 
    background:#fff;
    }
#container a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:5px;
    }
#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }




