	/* jQuery lightBox plugin - Gallery style */
	#gallery {

	}
	#gallery ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	#gallery ul li {
}
	#gallery ul img {

	}
	#gallery ul a:hover img {
	color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
