@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: #E7E7E7;
	padding: 10px;
	width: 1100px;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
	border: 20px solid #FFF;
	}
	.lbGallery ul a:hover img {
	color: #fff;
	border: 10px solid #fff;
	}
	.lbGallery ul a:hover { color: #fff; }
	
