#gallery_nav p.caption {
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	width: 307px;
	z-index: 1;
	padding: 10px 0 10px 25px;
}
#gallery h2 {
	background: #5B5B37 url(/images/layout/gallery_h2_bg.png) left top repeat-x;
	height: 20px;
	padding: 10px 24px;
	color: white;
	font-size: 22px;
}
#large_image {
	margin: 0 auto;
	height: 400px;
	width: 700px;
	background: #422C16;
	padding: 25px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#large_image img {
	padding: 0;
}
#gallery_nav {
	background: #E6E6D7;
	position: relative;
	min-height: 60px;
}
/* @group Play/Pause */
#playpause {
	width: 10px;
	height: 11px;
	cursor: pointer;
	position: absolute;
	top: 23px;
	background: url(/images/gallery/controls.gif) no-repeat right -11px;
	right: 23px;
	overflow: hidden;
}
#playpause.paused {
	background-position: right top;
}
/* @end */
/* @group Thumbnails */
#thumbnails {
	width: 325px;
	margin-left: 30px;
	position: absolute;
	top: 10px;
	right: 54px;
}
/* @group Pre jQuery */
#mycarousel {
	width: 300px;
	overflow: hidden;
	height: 35px;
}
#mycarousel li {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 30px;
	height: 30px;
	overflow: hidden;
	margin-right: 10px;
	border-right: 1px solid #5C5C55;
	border-bottom: 1px solid #5C5C55;
	padding: 2px;
	background: #AC9E88;
	cursor: pointer;
}

/* @end */
/* @group After jQuery */
.jcarousel-container {
	position: relative;
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0 32px;
	overflow: hidden;
	position: relative;
	width: 260px;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 !important;
	padding: 0;
}
.jcarousel-item {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 30px;
	height: 30px;
	margin-right: 10px;
	border-right: 1px solid #5C5C55;
	border-bottom: 1px solid #5C5C55;
	padding: 2px;
	background: #AC9E88;
	cursor: pointer;
}
.jcarousel-item.active {
	background: white;
}
.jcarousel-item-placeholder {
	background: #000;
	color: #fff;
}
/* @end */
/* @group Previous */
.jcarousel-prev {
	position: absolute;
	top: 13px;
	left: 0;
	width: 13px;
	height: 10px;
	cursor: pointer;
	background: url(/images/gallery/controls.gif) no-repeat left top;
	z-index: 3;
	display: none;
	overflow: hidden;
}
.jcarousel-prev-disabled {
	cursor: default;
	background-position: left -11px;
}
/* @end */
/* @group Next */
.jcarousel-next {
	position: absolute;
	top: 13px;
	right: 0;
	width: 13px;
	height: 10px;
	cursor: pointer;
	background: transparent url(/images/gallery/controls.gif) no-repeat -13px top;
	z-index: 3;
	display: none;
	overflow: hidden;
}
.jcarousel-next-disabled {
	cursor: default;
	background-position: -13px -11px;
}
/* @end */
/* @end */
