@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 {
	text-align: center;
	font-family: "American Typewriter";
	font-size: 18px;
	color: #CCC;
	}
	.lbGallery ul {
	list-style: none;
	text-align: center;
	font-family: "American Typewriter";
	font-size: 18px;
	color: #CCC;
}
	.lbGallery ul li {
	display: inline;
	font-family: "American Typewriter";
	font-size: 18px;
	color: #CCC;
	text-align: center;
}
	.lbGallery ul img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "American Typewriter";
	font-size: 18px;
	color: #CCC;
	text-align: center;
	}
	.lbGallery ul a:hover img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "American Typewriter";
	font-size: 18px;
	color: #CCC;
	text-align: center;
	}
	.lbGallery ul a:hover {
	color: #fff;
	font-family: "American Typewriter";
	font-size: 18px;
	text-align: center;
}
	
