#gallery {
	
	
}

#gallery img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#gallery ul {
	list-style-type: none;
	background-color: #00FF00;
}

#gallery ul li {
	display: block;
	float: left;
}

#gallery ul li a {
	display: block;
	/*border: 1px solid #666666;*/
	margin: 1px;
	float: left;
}

#gallery ul li a:hover {}

