@charset "utf-8";
/* CSS Document */
/* jQuery lightBox plugin - Gallery style */
/*  This layout is for sample purposes
    Feel free to edit it to suit your needs
*/
.lbGallery {
	padding: 5px;
	width: 700px;
	}
	.lbGallery ul {
	margin-left: -3px;
}
	.lbGallery ul li {
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
}
	.lbGallery ul img {
	border: 1px solid #660000;
	border-width: 2px 2px 2px;
	}
	.lbGallery ul a:hover img {
	border: 5px solid #CC0033;
	border-width: 2px 2px 2px;
	color: #FCC;
	}
	.lbGallery ul a:hover {
	color: #FCC;
}
	

