@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: #333;
	width: 960px;
	}
	.lbGallery img {
	-moz-border-radius: 15px;
	border-radius: 15px;
}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
	padding: 10px;
	}
	
	
.lbGalleryhead {
	background-color: #333;
	width: 960px;
	}
.lbGalleryhead img {
	-moz-border-radius: 15px;
	border-radius: 15px;
}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li { display: inline; }
	


