@charset "utf-8";
/* CSS Document */

div.gallery a, div.gallery a:hover {text-decoration:none;}
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
}

div.slideshow-container {
	position: relative;
	clear: both;
	height: 328px; /* This should be set to be at least the height of the largest image in the slideshow */

}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../img/slices/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width:372px;
	height: 328px; /* This should be set to be at least the height of the largest image in the slideshow */

}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top:0;
	left: 0;
	
	
}
div.slideshow a.advance-link {
	display: block;
	width:372px;
	height: 328px;      /* This should be set to be at least the height of the largest image in the slideshow */
	/*line-height: 328px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;

}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border:4px solid #cce16d; background:#fff;
	margin-top:-15px;
}

div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	margin-right:-10px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin:38px 0 0 0;
	list-style: none;
}
a.thumb {
	padding:0;
	display: block;
	border:1px solid #cce16d;
	margin-right:20px;
}
ul.thumbs li.selected a.thumb {
	border:1px solid #403220;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}


