* {margin:0; padding:0}


#gallery {
	width: 900px;
	
}

#gallery a{margin-bottom:20px; overflow:hidden; height:280px; width:205px; text-align:center; text-decoration:none; color:#000;margin-right:20px;}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; height:280px;}
#gallery ul img {
	border: 1px solid #fff;	
	text-align:center;
	margin-bottom:5px;
	
}
#gallery ul a:hover img {
	border: 1px solid #95a595;
	color: #000000;
}
#gallery ul a:hover { color: #000000; text-align:center;}


