@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 {
	color: #FFF;
	margin: 0px;
	padding: 0px;

	}
	.lbGallery ul {
	list-style: none;
	color: #FFF;
}
	.lbGallery ul li {
	display: inline;
	color: #FFF;
}
	.lbGallery ul img {
	color: #FFF;

	}
	.lbGallery ul a:hover img {
	color: #005599;
	}
	.lbGallery ul a:hover {
	color: #005599;

}
.lbGallery ul a:link, a:visited, a:active{
	font-weight: bold;


}
