ul#gallery, ul#gallery li{
			margin:0;
			padding:0;
				border: 0;
			list-style:none;
			}
ul#gallery{
			width:960px;
			height:550px;
			position:relative;
			background:#e1e1e1 url(1.jpg) no-repeat 50% 40%;
			}			
ul#gallery li{
	float:left;
	border-style: none;
	display:inline;
	margin-top:550px;
	border: 0;
			}								
ul#gallery a span{
			display:none;
			}
ul#gallery a:hover{
			background:none;
			z-index:20;
			}	
		ul#gallery a:hover span{
	position:absolute;
	width:20px;
	height:20px;
	float:left;
		border: 0;
	top:0;
	left:0;
	display:block;
			}	