/* ---- SLIDESHOWS ---- */

.slideshow {
	margin-left: -10px;
	width: 680px;
}

.slide 				{ display: table; padding: 0;	}
.slide > div 		{ display: table-row;		}
.slide > div > div 	{ display: table-cell; vertical-align: middle;	height: 458px;	}

.slide {
	position: relative;
	text-align: center;
	width: 680px;
	height: 470px;
	overflow: hidden;
}

.slideshow-controls,
.slideshow-controls .biglink,
.slideshow-caption .caption-title {
	font-family: 'Gotham A', 'Gotham B','Arial',Helvetica, Arial, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}

.slideshow-caption {
	min-height: 50px;
}

.slideshow-caption .caption-title {
	color: #9b9b9c;
}

.slideshow-controls {
	margin-bottom: 15px;
	height: 39px;
	white-space: nowrap;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}

.slideshow-controls .next-link {
	margin-right: 7px;
}

.slideshow-controls .prev-link {
	margin-left: 8px;
}

.js-click-merge-is-hovering .next-link,
.js-click-merge-is-hovering .prev-link {
	color: #ee3342 !important;
	border-color: #ee3342 !important;
}

.slideshow-controls .next-link,
.slideshow-controls .prev-link {
	border-width: 0 0 5px 0;
	border-color: #4c4d4f;
}

.slideshow-controls-right,
.slideshow-controls-left {
	display: inline-block;
	width: 140px;
}

.slideshow-controls-right {
	text-align: right;
}

.slideshow-controls-right .arrow-right {
	text-align: left;
}

.thumbnails-container {
	margin-top: 6px;
	width: 390px;
	height: 39px;
	line-height: 39px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
}

.thumbnails-rows-container {
	width: 100%;
	text-align: center;
	white-space: nowrap;
	display: inline-block;
}

ul.thumbnails {
	width: 100%;
	list-style-type: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	height: 39px;
	white-space: nowrap;
}

ul.thumbnails li {
	vertical-align: top;
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	height: 39px;
	width: 39px;
	text-align: center;
}

ul.thumbnails li:first-child {
	margin-left: 0;
}

ul.thumbnails li:last-child {
	margin-right: 0;
}


ul.thumbnails li a {
	color: #4c4d4f;	
	background: #e7e4e3;
	border: 5px solid #e7e4e3;
	display: inline-block;
	width: 29px;
	height: 29px;
	line-height: 29px;
}

ul.thumbnails li a:hover,
ul.thumbnails li.slide-current a {
	background: #ffffff;
}

.thumbnail-overlay {
	background: #fff;
	width: 16px;
	height: 16px;
	left: -8px;
	top: -8px;
	position: absolute;
}

.thumbnail-loading .thumbnail-overlay {

}

.caption-body {
	margin-top: 2px;
	color: #9b9b9c;
	font-size: 12px;
	line-height: 15px;
}

