@charset "utf-8";
/* CSS Document */


		
	#gallery {
	background-color: #444;
	padding: 10px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	margin-top: 45px;
	float: left;
	}
	
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	
	#gallery ul a:hover { color: #fff; }
