/* Styles for the Gallery */
#guts .content {
	background: #FFFFFF;
	margin: 0em 0.4em 2em 150px;
	padding: 0.8em 2.5em;
}
.clearGallery {
	clear: both;
}
.gallery {
	list-style-type: none;
	
}
.gallery ul {
	list-style: none;
	width: 1000px;
	margin-top: 1.5em;
	margin-left: 2em;
	position: relative;
	z-index: 10;
	visibility: visible;
}
.gallery li {
	float: left;
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #003333;
	background: transparent;
	margin: 0px 12px 15px 0px;
}
.gallery img {
	padding-bottom: 5px;
	border: none;
	display: block;
}
