@charset "utf-8";
/* CSS Document */


/* jQuery lightBox plugin - Gallery style */
#gallery {
	margin:0px;
	padding:0px;
}
#gallery ul { 
	list-style: none;
	margin-left:-50px;
	margin-right:-50px;
}
#gallery ul li { 
	display: inline;
	float:left;
	margin-right:10px;
}
#gallery ul img {
	padding: 4px;
	background-color: #ffffff;
	border: 1px dotted #624f3b;
	margin-top: 10px;
	margin-bottom: -10px;
	margin-left: 10px;
	margin-right: 10px;
}
#gallery ul a:hover img {
	background-color: #C4A648;
}
#gallery ul a:hover { 
	color: #fff; 
}