/* jQuery lightBox plugin - Gallery style */
	#gallery {
	padding: 0px;
	width: auto;
	}
	#gallery ul {
	list-style: none;
}
	#gallery ul li {
	display: inline;
}
	#gallery ul img {
	color: #333;
	border: thin none #FFF;
	}
	#gallery ul a:hover img {
	background-color: #F5F5F5;
	border: 1px none #FFFFFF;
	}
	#gallery ul a:hover {
	color: #C00;
}
