@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: #FFF;
	padding: 10px;
	width: 600px;
	border-top-color: rgb(0,158,38);
	border-right-color: rgb(0,158,38);
	border-bottom-color: rgb(0,158,38);
	border-left-color: rgb(0,158,38);
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li {
	display: inline;
	background: none;
	border-top-color: rgb(0,158,38);
	border-right-color: rgb(0,158,38);
	border-bottom-color: rgb(0,158,38);
	border-left-color: rgb(0,158,38);
	}
	.lbGallery ul img {
		border: 5px solid rgb(0,158,38);
		border-width: 5px 5px 5px;
		
		
	}
	.lbGallery ul a:hover img {
	color: #fff;
	background-color: #306;
	border: 5px solid #306;
	}
	.lbGallery ul a:hover { color: #fff; }
	

