#jsGallery a {
	text-decoration:none; 
	color: #544d39;
	font-weight:bold;
	}
#jsGallery a:hover {
	text-decoration: none;
	color: #3e5753;
	font-weight:bold;
	}
#jsGallery div.mainPhoto {
	float:left;
	width:150px;
	}
#jsGallery div.thumbnails {
	float:left;
	margin-left:6px;
	width:150px;
	}
#jsGallery div.thumbnails img {
	margin:1px;
	
}