<style type="text/css">
	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #000000;
		padding: 10px;
		width: 100%;
	}
	#gallery ul {
	list-style: none;
	position: relative;
}
	#gallery ul li {
	display: block;
}
	#gallery ul img {

	}
	#gallery ul a:hover img {
	color: #fff;
	}
	#gallery ul a:hover { }
	</style>
