@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 {
		margin-bottom: 0;
		padding: 0;
		width: 160px;
		text-align:center;
		list-style: none;
		list-style-type: none;
		list-style-image: none;
}
.lbGallery ul li {
		text-indent: 0;
		margin-bottom: 10px;
		padding: 0;
}
.lbGallery ul img {;
		text-indent:none;
		border: 1px solid #A8CEB0;
		float:left;
		text-align:left;
		text-indent:0px;
		list-style:none;
		list-style-position:inside;
		padding:3px;
		margin-left:0px;
		margin-top:5px;
		margin-right:0px;
		margin-bottom:5px;
		left:inherit;
}
.lbGallery ul a:hover img {
		border: 1px solid #A8CEB0;
		border-width: 1px;
		color: #fff;
}
.lbGallery ul a:hover { color: #083c16; }
	

