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: 639px; 
	border : 1px solid #fff ;
}





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 {
position : absolute ; 
top : -99999px ; 
left : -99999px ; 
}
div.controls a {
position : absolute ; 
top : -99999px ; 
left : -99999px ;

}
div.ss-controls {
position : absolute ; 
top : -99999px ; 
left : -99999px ;

}
div.nav-controls {
position : absolute ; 
top : -99999px ; 
left : -99999px ;

}













div.slideshow-container {
	position: relative;

}



div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 639px; 
	height: 452px; /* 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;
}


div.slideshow a.advance-link {
	display: block;
	width: 639px; 


}


div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}



div.slideshow img {
display : block ; 
	border: 0;
	margin : -20px 0 0 0
}





div.download {
	float: right;
}




div.caption-container {
	position: relative;


}














span.image-caption {
position : absolute ; 
top : -99999px ; 
left : -99999px ;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}






div.navigation {
margin : 0 ; 

}



ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
		list-style: none;
}


ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0 0 10px 10px;
	list-style: none;
}
a.thumb {

	display: block;

}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}




div.pagination {
position : absolute ;
top : -99999px ; 
left : -99999px
}
div.navigation div.top {
	position: absolute;
top : -99999px ; 
left : -99999px

}
div.navigation div.bottom {
	position: absolute;
top : -99999px ; 
left : -99999px
}


div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	position: absolute;
top : -99999px ; 
left : -99999px
}


div.pagination a:hover {
	position: absolute;
top : -99999px ; 
left : -99999px
}

div.pagination span.current {
	position: absolute;
top : -99999px ; 
left : -99999px
}

div.pagination span.ellipsis {
	position: absolute;
top : -99999px ; 
left : -99999px
}











