@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: #444;-->
	width: 500px;
	}
	.lbGallery ul {
	list-style: none;
	padding: 10px;
}
	.lbGallery ul li {
	display: inline;
	padding: 10px;
}
	.lbGallery ul img {
	border: 10px solid #cccccc;
	border-width: 2px 2px 2px;
	padding: 10px;
	}
	.lbGallery ul a:hover img {
	border: 10px solid #eeeeee;
	border-width: 2px 2px 2px;
	padding: 10px;	
	}
	.lbGallery ul a:hover { color: #fff; }
	


