@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: 0px;
	width: 610px;
	}
	.lbGallery ul {
	list-style: none;
	text-align: center;
}
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
		border: 0px solid #ffffff;
			margin-top: 10px;
	margin-right: 10px;

	}
	.lbGallery ul a:hover img {
	border: 0px solid #ffffff;
			margin-top: 10px;
	margin-right: 10px;
	}
	.lbGallery ul a:hover { color: #fff; }
	
