#gallery_container {
	border-bottom: 1px #9d8b83 solid;
	border-top: 1px #9d8b83 solid;
	height: 111px;
	margin: 0px 0px 16px 0px;
	padding: 12px 0px;
	width: 100%;
}
#gallery_previous, #gallery_next {
	background: none;
	float: left;
}
#gallery_previous {
	margin: 45px 11px 0px 0px;
}
#gallery_next {
	margin: 45px 0px 0px 11px;
}
#gallery_content {
	height: 111px;
	float: left;
	position: relative;
	overflow: hidden;
	width: 459px;
}
#gallery_slide {
	position: relative;
}
div.thumb {
	background: #fff;
	border: 1px #dad1be solid;
	float: left;
	margin: 0px 12px 0px 0px;
	padding: 3px;
	width: 137px;
}
div.thumb_last {
	margin: 0;
}
div.thumb a {
	background: none;
}