/* jQuery lightBox plugin - Gallery style */
#gallery {
	background-color: transparent;
	margin:0px;
	padding: 0px;
	height: 220px;
	background-position: top;
}
#gallery ul {
	list-style: none;
	text-align: right;
	height: 220px;
	width: 52px;
	float: right;
	background-color: #624200;
	margin: 0px;
	padding: 0px;
}
/*#gallery ul li { display: inline; }*/
#gallery ul img {
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B2B2B2;
	border-right-color: #B2B2B2;
	border-bottom-color: #B2B2B2;
	border-left-color: #B2B2B2;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#gallery ul a:hover img {
	color: #fdf3ea;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#gallery ul a:hover {
	color: #fff;
	margin: 0px;
	padding: 0px;
}
