@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: 630px;
	margin-left: 25px;
	}
	.lbGallery ul {
	list-style: none;
	padding: 0px;
	width: 100%;
	margin: 20px 0px;
}
	.lbGallery ul li {
	display: inline;
	padding: 0px 9px;
	margin: 0px 0px 10px;
}
	.lbGallery ul img {
	border-top: 5px solid #FFF;
	border-right: 5px solid #FFF;
	border-bottom: 20px solid #FFF;
	border-left: 5px solid #FFF;
	}
	.lbGallery ul a:hover img {
	color: #fff;
	border-top: 5px solid #333;
	border-right: 5px solid #333;
	border-bottom: 20px solid #333;
	border-left: 5px solid #333;
	}
	.lbGallery ul a:hover { color: #fff; }
	

