#container { position:relative; width:800px; height:600px; margin:20px auto 0 auto; border:1px solid #aaa; }  

#container ul { padding:0; margin:0; list-style-type:none; }  

#container a.gallery span { position:absolute; width:1px; height:1px; top:5px; left:5px; overflow:hidden; background:#fff; }   

#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.f1 {   
     background:url('thumbs/fashion1.jpg');   
     height:140px;   
     width:90px;
     }   
 #container a.f2 {   
     background:url('thumbs/fashion2.jpg');   
     height:140px;   
     width:90px;   
     }   
 #container a.f3 {   
     background:url('thumbs/fashion3.jpg');   
     height:140px;   
     width:90px;   
     }   
 #container a.f4 {   
     background:url('thumbs/fashion4.jpg');   
     height:140px;   
     width:90px;   
     }   
 
 #container a.f5 {   
     background:url('thumbs/fashion5.jpg');   
     height:140px;   
     width:90px;   
     }   
 #container a.f6 {   
     background:url('thumbs/fashion6.jpg');   
     height:140px;   
     width:90px;   
     }   
 #container a.f7 {   
     background:url('thumbs/fashion7.jpg');   
     height:140px;   
     width:90px;
     }  
 #container a.f8 {   
     background:url('thumbs/fashion8.jpg');   
     height:140px;   
     width:90px;
     }  
#container ul {   
     width:198px;   
     height:386px; 
     margin:5px;   
     float:right; 
     }   
 #container li {   
     float:left;   
     }   
#container a.gallery:hover {   
     border:1px solid #fff; 
}
#container a.gallery:hover span {   
     position:absolute;   
     width:500px;   
     height:500px;   
     top:10px;   
     left:50px;   
     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;   
     } 
#container {   
     background:#fff url(images/galleryimgholder.png) 50px 25px no-repeat;   
     } 