@charset "utf-8";
#gallery  {
	padding: 10px 40px 40px;
	float: left;
}
/* CSS Document */
/* jQuery lightBox plugin - Gallery style */
/*  This layout is for sample purposes
    Feel free to edit it to suit your needs
*/
.lbGallery {
	width: 900px;
	}
	.lbGallery ul {
	list-style: none;
	padding-left: 50px;
}
	.lbGallery ul li {
	display: inline;
}
	.lbGallery ul img {
	border-top: 5px solid #3e3e3e;
	border-right: 5px solid #3e3e3e;
	border-bottom: 8px solid #3e3e3e;
	border-left: 5px solid #3e3e3e;
	}
	.lbGallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 8px;
	color: #fff;
	}
	.lbGallery ul a:hover { color: #fff; }
