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

