@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: 430px;
	padding-left: 70px;
	float: left;
	padding-top: 25px;
	}
	.lbGallery ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	.lbGallery ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
	.lbGallery ul img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 2px solid #CCC;
	}
	.lbGallery ul a:hover img {
	color: #fff;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 2px solid #666;
	}
	.lbGallery ul a:hover {
	color: #fff;
	margin: 0px;
	padding: 0px;
}
	
