@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: 10px;

	}
	.lbGallery ul { list-style: none; padding:0 0 0 0; margin:0 0 0 0; }
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
		width:250px;
		height:150px;

	}
	.lbGallery ul a:hover img {
		color: #fff;
		border:solid 2px #fff;
	}
	.lbGallery ul a:hover { color: #fff; }
	

