/* Markets Gallery */

div#container {
	overflow: hidden;
}
div.content {
	display: none;
	clear: both;
}

div.content a, div.navigation a {
	text-decoration: none;
}
div.content a:hover, div.content a:active {
	text-decoration: underline;
}

div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 556px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

div.loader,
div.slideshow a.advance-link,
div.caption-container {
	height: 360px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}

div.slideshow-container {
	float: left;
	height: 360px;
	position: relative;
	border: 6px solid #72afb6;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.slideshow a.advance-link {
	display: block;
	text-align: center;
}

div.slideshow a.advance-link img {
	position: absolute;
	top: 0;
	left: 0;
}

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow a.advance-link:focus {
	outline: none;
}

div.caption-container {
	float: right;
	position: relative;
}
span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.caption-container, span.image-caption {
	width: 270px;
}

div.caption {
	padding-top: 68px;
	}
	div.caption h3 {
		color: white; text-transform: capitalize; font-weight: bold; font-size: 1.9em;
	}
	div.caption h4 {
		color: #82aeb6; font-size: 1.4em; line-height: 1.48em; font-weight: normal;
		margin-bottom: 16px;
	}
	div.caption a {
		color: #ff9;
	}

div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.download {
	margin-top: 8px;
}
div.photo-index {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 12px;
}

div.navigation-container {
	clear: both;
}

div.navigation {
	width: 568px;
	height: 51px;
}

ul.thumbs {
	float:left;
}
ul.thumbs li {
	float: left;
	list-style: none;
	display: inline;
}
a.thumb {
	display: block;
	padding: 6px 6px 0 0;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}

div.gallery-gutter {
	clear: both;
	padding-bottom: 20px;
}
