@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 {
	background-color: none;
	padding-top: 5px;
	width: 663px;
	
	}
	.lbGallery ul {
	list-style: none;
	border: 1px solid #B81822;
}
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
		border: 3px solid #fff;
		border-width: 3px 3px 3px;
	}
	.lbGallery ul a:hover img {
		border: 3px solid #fff;
		border-width: 3px 3px 3px;
		color: #fff;
	}
	.lbGallery ul a:hover { color: #fff; }
	

