/***********************************************/
/* Autumn-Argus Farm  www.autumn-argus.com     */
/* Copyright 2008 - All Rights Reserved        */
/* sx-gallery.css                              */
/* Style Sheet - Sphynx Cats Gallery           */
/***********************************************/

#picgallery {
	width: 570px;
	margin-top: 40px;
	margin-bottom: 30px;
	padding: 0px 9px 0px 9px;
	background-color: #006600;
	border: 2px solid #999999;	
}

#thumbnails {
	margin-left: 0px;
	text-align: center;
	width: 570px;
}
	
.thumbnailrow {
	width: 570px;
	margin-top: 10px;
}
	
#thumbnails img {
	margin-bottom: 10px;
	background-color: #006600;
}
	
#thumbnails a img {
	border: 1px solid #aaa;
	padding: 7px;
}
		
#thumbnails a:hover img {
	border: 1px solid #fff;
}