div.content {
	display: none;
	position:relative;
	width: 100%; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	overflow:hidden;
}
div.loader {
	position: absolute;
	top: 5px;
	left: 5px;
	background-image: url('/images/common/loadingBar.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 311px;
	height: 203px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
	width:100%;
	position:relative;
	overflow:hidden;
	margin:0 auto;
	border:solid 1px #d9dbdb;padding:1px;
}
div.slideshow img { width:100%;max-width:100%;}
div.slideshow span.image-wrapper { width:100%;width:calc(100% - 2px);width:-webkit-calc(100% - 2px);width:-moz-calc(100% - 2px);width:-ms-calc(100% - 2px);width:-o-calc(100% - 2px);position:absolute;}div.slideshow a.advance-link {
	display: block;
	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.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	list-style: none;
}
a.thumb {
	padding: 1px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #173c8e;
	border-color: #173c8e;
}
a.thumb img {
	width:100%;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;display:block;
}
div.pagination::before {
	content:""; clear: both;display:block;padding-top:10px;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px; display:none
}
div.navigation div.bottom {
	margin-top: 10px; text-align:center;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	display:inline-block;
	margin-right: 1px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
