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.ss-controls {
	float: right;

}
div.nav-controls {
	float: right;
	padding:0 22px 0 0; 
}

.pagination{ clear:both; text-align:right; margin:-20px 0 0 0; position:absolute; }

.pagination a{ text-indent:-9999px;}

 div.caption{ float:left; color:#aca7a6; font-size:12px; font-family:Helvetica Neue;}

div.controls{ float:right;}

div.caption{ float:left; color:#aca7a6; font-size:12px; font-family:Helvetica Neue;}

div.controls{ float:right;}


#slideshow img{ max-width:698px; max-height:524px;}
 
div.slideshow-container {
	position: relative;
	clear: both;
	float: left;
	height: 530px;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/img/Front/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	left: 0;
	text-align: center;
	width:698px;
}
div.slideshow a.advance-link {
	display: block;
	/*line-height: 502px;  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.caption-container {
	position: relative;
}
span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.caption-container, span.image-caption {
	 
}


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 {
 	color:#A4A699;
	float:left;
	width:30px;
}

#thumbs{ clear:both; margin:0; overflow:auto; margin:0 0 25px 0;}

div.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 16px;
	background-position:center center;
	background-repeat:no-repeat;
}
div.navigation a.pageLink:focus {
	outline: none;
}


ul.thumbs {
	margin: 0;
	padding: 12px 0 0 0;
	clear:both;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	list-style: none;
	width:167px;
	height:120px;
	text-align:center;
}




.downloadPdf{ float:left; width:250px;}

.prev{ background:url(/img/Front/prev.gif) no-repeat; width:8px; height:13px; margin:0 14px 0 0; position:absolute; margin:0 0 0 675px;}

.next{ background:url(/img/Front/next.gif) no-repeat; width:8px; height:13px; position:absolute; margin:0 0 0 690px;  }


ul.thumbs li img{ border-bottom:solid 6px #ffffff; padding:0; margin:0; max-width:167px; max-height:100px; }

ul.thumbs li.selected img{ border-bottom:solid 6px #942c78; padding:0; margin:0}


#prev-area {
	height: 501px;
	cursor: url(/img/Front/blank.cur), none;
	width:380px;
	float:left;
	position:absolute;
	z-index:10000;
	display:block;
}



#prevcursor {
	cursor: none;
	width: 45px;
	height: 56px;
	background: url(/img/Front/prev.png) no-repeat left top;
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	z-index: 10000;
}

#next-area {
	height: 501px;
	cursor: url(/img/Front/blank.cur), none;
	width:380px;
	float:left;
	position:absolute;
	z-index:20000;
	margin:0 0 0 380px;
	display:block;
}
#nextcursor {
	cursor: none;
	width: 45px;
	height: 56px;
	background: url(/img/Front/next.png) no-repeat left top;
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	z-index: 10000;
}

 