@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 {
	background-color: #8ABC40;
	padding: 10px;
	width: 820px;
	border-radius: 15px;
	margin-left: auto;
	margin-right: auto;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(174,232,88,1.00)),color-stop( 100% , rgba(138,188,64,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(174,232,88,1.00) 0%,rgba(138,188,64,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(174,232,88,1.00) 0%,rgba(138,188,64,1.00) 100%);
	border: thin solid #698E31;
	}
	.lbGallery ul {
	list-style: none;
}
	.lbGallery ul li {
	display: inline;
}
	.lbGallery ul img {
	border-top: 5px solid #3D531C;
	border-bottom: 20px solid #3D531C;
	border-right: 5px solid #3D531C;
	border-left: 5px solid #3D531C;
	}
	.lbGallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #FFF;
	background-color: #FFFFFF;
	}
	.lbGallery ul a:hover {
	color: #fff;
}
	
