@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 {
	width: 65
';
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	text-align: right;
	width: 650px;
	}
	.lbGallery ul {
	list-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
	border: 4px solid #FFF;
	}
	.lbGallery ul a:hover img {
	color: #FFF;
	border: 4px solid #4F9FCB;
	}
	.lbGallery ul a:hover {
	color: #FFF;
}
.lbGalleryCopy {
}

