	#gallery {
		
		padding: 5px;
		width: 270px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { 
	display: inline;
	display:inline;
	float:left;
	height:75px;
	overflow:hidden;
	width:75px;
	background: #09406d;
	padding: 5px;
	margin: 0 5px 5px 0;
	//margin: 0 5px 2px 0;
}
#gallery ul li a{
	float: left;
	width: 75px;
	height: 75px;
	overflow: hidden;
}
	#gallery ul img {
	}
	#gallery ul a:hover img {
		
	}
	#gallery ul a:hover { color: #fff; }
