﻿/* Standard */

/* Class */

/* ID */

#active {display: block; width: 100px; height: 100px; background: url("nav/active.jpg") no-repeat 0 0 }

#active span {display:none}

#gallery {margin:0; padding:0; list-style:none} 

#gallery li {margin:0; padding:0; list-style:none}
		
#gallery {width:350px; height:410px; position:relative;background: url("gallery/1.jpg") no-repeat top}			
		
#gallery li {float:left; display:inline; margin-top:360px}								
		
#gallery a span{display:none;}	
		
#gallery a:hover span{position:absolute; width:350px; height:350px; float:left; top:0; left:0; display:block;}


