/* @group Gallery */
#gallery_holder {
	width: 575px;
}
#main_image_wrapper {
	margin: 0 auto;
	width: 545px;
}
#large_image {
	margin: 0 auto 10px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	height: 405px;
}
#large_image .galleria_wrapper {
	border: 4px solid #4A4E51;
	width: 537px;
	background: #222;
	height: 405px;
}
#large_image img {
	padding: 0;
}
#large_image span.caption {
	display: block;
	padding: 5px 0 10px;
	font-size: 12px;
}
#gallery_nav {
	margin: 0 auto;
	width:537px; 
	height:34px;
	overflow: hidden;
	position: relative;
}
/* @group Play/Pause */
#playpause {
	width: 16px;
	height: 16px;
	cursor: pointer;
	position: absolute;
	top: 12px;
	background: url(/images/gallery/control_pause.png) no-repeat left top;
	right: 5px;
}
#playpause:hover {
	background-position: left bottom;
}
#playpause.paused {
	background-image: url(/images/gallery/control_play.png);
}
/* @end */
/* @group Thumbnails */
#thumbnails {
	width: 440px;
	margin-left: 30px;
}
.jcarousel-container {
	position: relative;
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0 20px;
	overflow: hidden;
	position: relative;
	width: 440px;
}
.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: 26px;
	height: 26px;
	margin-right: 8px;
	border: 1px solid #EB3000;
	margin: 6px !important;
	background: #000;
}
.jcarousel-item-placeholder {
	background: #000;
	color: #fff;
}
/* @group Next */
.jcarousel-next {
	position: absolute;
	top: 12px;
	right: -40px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: transparent url(/images/gallery/control_next.png) no-repeat left top;
	z-index: 3;
	display: none;
}
.jcarousel-next:hover {
	background-position: left center;
}
.jcarousel-next-disabled,
.jcarousel-next-disabled:hover {
	cursor: default;
	background-position: left bottom;
}
/* @end */
/* @group Previous */
.jcarousel-prev {
	position: absolute;
	top: 12px;
	left: 0;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: url(/images/gallery/control_previous.png) no-repeat left top;
	z-index: 3;
	display: none;
}
.jcarousel-prev:hover {
	background-position: left center;
}
.jcarousel-prev-disabled,
.jcarousel-prev-disabled:hover {
	cursor: default;
	background-position: left bottom;
}
/* @end */
/* @end */
/* @end */