body {
	margin:0;
	padding:0;
	background-color:transparent;
	}
	
#thumbnails {
	height:157px;
	}
	
#thumbnails a img {
	display:block;
	float:left;
	border:solid 1px #666633;
	margin:3px;
	}
	
#thumbnails a:hover img {
	border:solid 1px #FFF;
	}
	
#thumbnails a:active img {
	border:solid 1px #FFA041;
	}
