/* jQuery lightBox plugin - Gallery style */
#gallery {
	background-color: #FFF;
	padding: 0 !important;
	margin: 0 !important;
	width: 520px;
}
#gallery ul { list-style: none; margin: 0; padding: 0; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #FFFFFF;
	border-width: 5px;
}
#gallery ul a:hover img {
	border: 5px solid #CCCCCC;
	border-width: 5px;
	color: #FFFFFF;
}
#gallery ul a:hover { color: #CCCCCC; }
