@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;
	margin: 10px;
	}
	.lbGallery ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	.lbGallery ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
	.lbGallery ul img {
	border-top: 4px solid #CCC;
	border-right: 4px solid #CCC;
	border-bottom: 15px solid #CCC;
	border-left: 4px solid #CCC;
	margin: 5px;
	padding: 0px;
	}
	.lbGallery ul a:hover img {
	color: #fff;
	border-top: 4px solid #E7A51E;
	border-right: 4px solid #E7A51E;
	border-bottom: 15px solid #E7A51E;
	border-left: 4px solid #E7A51E;
	}
	.lbGallery ul a:hover {
	color: #fff;
	background: #FFF;
}
	

