@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: 0px;
		margin: 0px;
		width: 365px;
	}
	.lbGallery ul {
		list-style: none; padding-left: 0px; padding-bottom:20px; }
	.lbGallery ul li { 		padding: 0px;
		margin: 0px;display: inline;
		}
	.lbGallery ul img {		
		padding: 0px;
		margin: 0px;
		border: 3px solid #40b394;
	}
	.lbGallery ul li a{		
		padding: 2px;
		margin: 0px;
		padding:0px;	
	}
	.lbGallery ul a:hover img {
		border: 3px solid grey;
		color: #fff;
	}
	.lbGallery ul a:hover { color: #fff; 		
	
	}
	


