#gallery {
	position: relative;
}
#gallery_container {
	width: 815px;
	height: 450px;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	left: -1px;
	margin-top: 11px;
}
#gallery_images {
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	width: 50000px;
	z-index: 10;
}

div.gallery_image {
	float: left;
	width: 815px;
	height: 450px;
	overflow: hidden;
	text-align: center;
}
div.gallery_image img {
	width: 815px;
}

#gallery_link_previous, #gallery_link_next {
	position: absolute;
	z-index: 20;
	top: 170px;
}
#gallery_link_previous {
	left: -1px;
}
#gallery_link_next {
	left: 763px;
}

#gallery_links {
	position: absolute;
	right: 80px;
	top: 15px;
}
#gallery_links a {
	margin-right: 6px;
	text-decoration: none;
	color: #9a9a9b;
}
#gallery_links a:hover, #gallery_links a.selected {
	color: #a02d22;
}

#gallery_labels {
	position: absolute;
	top: 15px;
	color: White;
	left: 230px;
	font-size: 14px;
	text-transform: lowercase;
}