div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;	
	width:778px;
}
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.slideshow-container {
margin:0;
padding:0;
position:relative;
height: 362px; /* This should be set to be at least the height of the largest image in the slideshow */
overflow:hidden;
}

#slideshow {
margin:0;
padding:0;
}

div.slideshow {
margin:0;
padding:0;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 778px;
	height: 362px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 362px; /* This should be set to be at least the height of the largest image in the slideshow */
	margin:0;padding:0;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
padding:0;
margin:0;
vertical-align: middle;
border:0;
}

div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
	margin:0;
	padding:0;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 778px;
	bottom: 0;
	left: 0;
}

div.caption {
	padding:0;
	margin:0;

}

div.caption h2 {
color:#fff;
font-size:18px;
margin:0 0 0 12px;
}

div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	margin:0;
	padding:0;
}
ul.thumbs {
	margin: 5px 0 0 1px;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0 1px 0 0;
	margin: 0 0 2px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;	
}
ul.thumbs li.selected a.thumb {
	background: #fff;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}

div.navigation a.pageLink {
	height: 77px;
	line-height: 77px;
}

div.navigation-container {
	float: left;
	position: relative;
	left: 50%;
}
div.navigation {
	float: left;
	position: relative;
	left: -50%;
}
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;
}

div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}

div.controls {
    width:100%;
	position:relative;
	z-index:999;

}
div.controls a {
padding:8px;
margin:0;
font-family: "Helvetica Neue", Helvetica, "Arial Narrow Bold", Arial, sans-serif;
font-weight:bolder;
color:#253843;
text-transform:uppercase;
}

div.ss-controls {

}

div.nav-controls { 
width:778px;   
position:absolute;
top:90px;
left:-8px;
padding:0;
margin:0;
}

div.nav-controls .next {
behavior: url("iepngfix.htc");
position:absolute;
top:0;
right:-9px;
width:53px;
height:30px;
background:url('images/slidenavnext.png') no-repeat top left;
z-index:999;
}

div.nav-controls .prev {
behavior: url("iepngfix.htc");
position:absolute;
top:0;
left:9px;
width:53px;
height:30px;
background:url('images/slidenavprev.png') no-repeat top left;
z-index:999;
}

.download {
position:absolute;
bottom:-300px;
right:30px;
z-index:99999;
}

#caption a:hover {
text-decoration:none;
}