@charset "UTF-8";
/* CSS Document */

#container { 
	    position:relative; 
	    width:480px; 
	    height:680px;  
	    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;
	text-align:left;
	cursor:default;
	    } 
	#container a.slidea {
	height:75px; 
	    width:75px; 
	background-image: url(../gallery/p1_t.jpg);
	    } 
	#container a.slideb { 
	    background:url(../gallery/p2_t.jpg); 
	    height:75px; 
	    width:75px; 	  
		  } 
	#container a.slidec { 
	    background:url(../gallery/p3_t.jpg); 
	    height:75px; 
	    width:75px;  
	    } 
	#container a.slided { 
	    background:url(../gallery/p4_t.jpg); 
	    height:75px; 
	    width:75px;   
	    } 

	#container a.slidee { 
	    background:url(../gallery/p5_t.jpg); 
	    height:75px; 
	    width:75px;  
	    } 
	#container a.slidef { 
	    background:url(../gallery/p6_t.jpg); 
	    height:75px; 
	    width:75px;  
	    } 
	#container a.slideg { 
	    background:url(../gallery/p7_t.jpg); 
	   height:75px; 
	    width:75px;   
	    } 
	#container a.slideh { 
	    background:url(../gallery/p8_t.jpg); 
	     height:75px; 
	    width:75px; ;  
	    } 
	#container a.slidei { 
	    background:url(../gallery/p9_t.jpg); 
	    height:75px; 
	    width:75px;   
	    } 
	#container a.slidej { 
	    background:url(../gallery/p10_t.jpg); 
	    height:75px; 
	    width:75px; 
	    } 
	#container a.slidek { 
	    background:url(../gallery/p11_t.jpg); 
	   height:75px; 
	    width:75px;   
    } 
	
	#container a.slidel { 
	    background:url(../gallery/p12_t.jpg); 
	    height:75px; 
	    width:75px;  
	    } 
		#container ul { 
	    width:480px; 
	    height:150px;
		 
	    } 	
		#container li { 	    
		float:left; 
	    } 
		#container ul { 
	    margin:5px; 
	    float:left; 
	    } 
		#container a.gallery:hover { 
	    border:1px solid #fff; 
	    }
		#container a.gallery:hover span {
	position:absolute;
	width:372px;
	height:460px;
	top:175px;
	left:30px;
	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(../gallery/p.jpg) 75px 10px no-repeat; 
	    } 
