


div#container {
}
div.gallery {
	overflow: hidden;
	display: none;
	float: right;
	margin-right: -5px;
	padding-bottom: 10px;
	margin-left: 25px;
	margin-top: -30px;
	margin-bottom: 30px;
}

div.gallery a, div.navigation a {
	font-size: 0.86em;
	text-decoration: none;
}
div.gallery a:hover, div.gallery a:active {
}

div.navigation a.pageLink {
	height: 77px;
	line-height: 77px;
}

div.controls {
	margin-top: -5px;
	padding-bottom: 10px;
	height: 23px;

}
div.controls a {
	padding: 5px;
	color: #707559;
}
div.controls a:hover {
	color: #fff;
}
div.ss-controls {
	position: absolute;
	float: left;
	z-index: 1200;
}
div.nav-controls {
	float: right;
}

div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 630px; /* 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 {
}

div.slideshow-container {
	height: 370px;
	width: 630px;
	margin-right: 5px;
	background: #fff;
	-webkit-box-shadow:  2px 2px 2px 0px rgba(0, 0, 0, 0.2);
     box-shadow:  2px 2px 2px 0px rgba(0, 0, 0, 0.2);
}



div.loader {
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
}
span.image-wrapper {
}
div.slideshow a.advance-link {
	display: block;
	line-height: 370px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	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 a.advance-link:focus {
	outline: none;
}

div.slideshow img {
}
div.caption-container {
	float: right;
	position: absolute;
	margin-top: 15px;
}
span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #707559;
	font-style: italic;
}

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

div.caption {
	margin-top: -3px;
}

div.image-caption {
	text-align: right;
	font-weight: normal;
	font-size: 0.8em;
	padding-right: 12px;
}
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 {
	float: left;
	position: relative;
}
div.navigation {
}
div.navigation a.pageLink {
	display: block;
	position: absolute;
	float: left;
	margin: 2px;
	width: 16px;
	background-position:center center;
	background-repeat:no-repeat;
}
div.navigation a.pageLink:focus {
	outline: none;
}

ul.thumbs {
	width: 972px;
	margin: 10px -5px 10px -10px;
	padding: 12px 0 0 14px;
	background: url(../../img/assets/bg-mid.jpg);
	height: 135px;
	overflow: hidden;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin-right: 15px;
	margin-bottom: 20px;
	list-style: none;
	padding: 10px;
	background: #fff;
	-webkit-box-shadow:  2px 2px 2px 0px rgba(0, 0, 0, 0.2);
     box-shadow:  2px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
a.thumb {
	width: 127px;
	height: 100px;
	display: block;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	position: relative;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	position: relative;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

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




div.navigation a.prev {
	width: 31px;
	height: 60px;
	background-image: url(/img/assets/LS_arrow1left.png);
	margin-left: -50px;
	margin-top: 40px;
}
div.navigation a.next {
	width: 31px;
	height: 60px;
	background-image: url(/img/assets/LS_arrow1right.png);
	margin-left: 985px;
	margin-top: -115px;
}
div.loader {
	background-image: url(loaderWhite.gif);
}
div.slideshow img {
	border-color: #333;
}
ul.thumbs li.selected a.thumb {
	background: #fff;
}
div.pagination a:hover {
	background-color: #111;
}
div.pagination span.current {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}