		ul#gallery, ul#gallery li{
	list-style:none;
			}
		ul#gallery{
	width:400px;
	height:350px;
	position:relative;
	margin-left: 75px;
			}			
		ul#gallery li{
	float:left;
	display:inline;
	margin-top:5px;
	padding-bottom: 2px;
	clear:left;
			}								
		ul#gallery a span{
			display:none;
			}
		ul#gallery a:hover{
			background:none;
			z-index:100;
			}	
		ul#gallery a:hover span{
	position:absolute;
	width:400px;
	height:300px;
	float:left;
	top:0;
	margin-left: 100px;
	display:block;
			}
			
.tabslider {
height: 50px;
margin-bottom:0px;
}			
