@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: #CCC;
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
	border: 5px solid #006;
	}
	.lbGallery ul a:hover img {
	border: 5px solid #F00;
	}
	.lbGallery ul a:hover { color: #fff; }
	

