div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: left;
	width: 618px; 
	/*background:#ff9900;*/
	margin-top:30px;
}
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 {
	float:left;
	margin-top: 5px;
	padding: 0px;
	width:588px;
	/*background:#ccc;*/
}
div.controls a {
	padding: 0px;
	color:#090909;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.nav-controls .prev {
	float: left;
	background:url('arrow_back.gif') no-repeat 50% 50%;
	margin: 0px 5px 0px 0px;
	width:19px !important;
	height:19px !important;
	border:0px solid #ccc;
	text-indent:-9999px;
}
div.nav-controls .next {
	float: left;
	background:url('arrow_next.gif') no-repeat 50% 50%;
	margin: 0px 0px 0px 0px;
	width:19px !important;
	height:19px !important;
	border:0px solid #ccc;
	text-indent:-9999px;
}
div.slideshow-container {
	position: relative;
	/*float:left;*/
	clear: both;
	height: 375px; /* This should be set to be at least the height of the largest image in the slideshow */
	width:588px;
	background:#fff;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 618px;
	height: 375px; /* 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;
	/*background:#666;*/
}
div.slideshow a.advance-link {
	display: block;
	width: 618px;
	height: 375px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 375px; /* 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;*/
	position:absolute;
	top:0px;
	left:0px;
	border: 0px solid #ccc;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	float: left;
	}
span.image-caption {
	display: block;
	float: left;
	width: 670px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 0px;
	float:left;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	float:left;
	line-height: 1.5em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	text-align:left;
	width:588px !important;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
#thumbs {
	float:left;
	text-align:left;
}
#thumbs h2 { 
  font-size: 26px;
  color:#333;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: normal;
  /*letter-spacing: normal;*/
  line-height:1.3em !important;
  margin-bottom: 2px;
  margin-top: 0px;
  text-align:right;
}
#thumbs h3 { 
	font-size: 13px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
	letter-spacing: normal;
	line-height: normal;
	margin-bottom: 20px;
	margin-top: 0px;
	text-align: right;
}
ul.thumbs {
	/*clear: both;*/
	float:left;
	margin: 34px 0px 0px 0px;
	padding: 0;
	text-align:left;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 8px 8px 0px 0px;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	overflow:hidden;
	/*width:75px;*/
	width:117px;
	height:75px;
	border: 0px solid #fff;
	background:#fff;
}
ul.thumbs li.selected a.thumb {
	padding: 0px;
	border: 2px solid #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
}
div.pagination {
	/*clear: both;*/
	float:left;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 18px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	font-family:Arial, Verdana;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #090909;
	color:#FFF;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: normal;
	background-color: #090909;
	border-color: #090909;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

