div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. 
	display: none;*/
	position:relative;
	width: 720px; 
}
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.prev {
	position:absolute; top:225px; left:0; z-index:100;
	background-color:#000000; color:#FFFFFF;
	width:33px; height:30px; font-size:24px; text-decoration:none;
	text-align:center; line-height:30px;
	border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
div.controls a.next {
	position:absolute; top:225px; right:0; z-index:100; text-decoration:none;
	background-color:#000000; color:#FFFFFF;
	width:33px; height:30px; font-size:24px; line-height:30px;
	text-align:center;
	border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
div.controls a {
	/*padding: 5px;*/
}
div.ss-controls {
	display:none;
	
}
div.nav-controls {
	
}
div.slideshow-container {
	position: relative; margin:0;
	clear: both; background-color:#E6E6E6;
	height: 486px; /* 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('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 720px;
	height: 486px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
	position: relative; top:-23px;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 720px;
	height: 486px; /* This should be set to be at least the height of the largest image in the slideshow */
	/*line-height: 486px;  This should be set to be at least the height of the largest image in the slideshow */
	text-align: center; border:none;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none; margin:0; padding:0;
}
div.slideshow img {
	display:block;
	max-width:720px; max-height:486px; min-height:486px;
	border: none; vertical-align:top; margin:0 auto;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 0;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 486px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 0;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 0;
}
div.navigation {
	width:200px; margin:0; padding:0;
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}

ul.nothumbs,
ul.thumbs {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

ul.nothumbs li ,
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0 0 9px 9px;
	list-style: none;
	width:90px; height:90px;
	background-color:#CCCCCC;
}
a.thumb {
	padding: 0; width:90px; height:90px;
	display: block;
	/*border: 1px solid #ccc;*/
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	max-width:90px; max-height:90px;
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 0;
	height: 0;
}
div.navigation div.bottom {
	margin-top: 0;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	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;
}
