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: 360px; 
	overflow: hidden;
}

div.content img{
	width: 340px;
}

div.content a, div.navigation a {
	text-decoration: none;
	color: #ef8409;;
	font-family: Cambria, Times, Georgia, serif ;
	font-size: 13px;
	line-height: 13px;
	heigth: 30px;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}

div.controls {

	
}

div.controls a {
	padding: 0;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height:  278px; /* 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: 360px;
	height: 318px; /* 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: 360px;
	height: 250px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 250px; /* 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;
	border: 1px solid #ccc;
	padding: 5px;
}
div.download {
	float: right;
}

div.navigation{
	height: 240px;
	
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
	display: none;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 300px;
	top: 0;
	left: 0;
}
div.caption {
	
}
div.image-title {
	
}
div.image-desc {

}
div.navigation {
	height: 180px
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 13px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background:#ef8409;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	heigth: 5px;
	clear: both;
	display: none;
}
div.navigation div.top {
	
	margin-bottom: 12px;
	height: 25px;
}
div.navigation div.bottom {
	
}

div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 10px;
	height: 20px;
	line-height: 17px;
}

div.pagination a:hover {
	text-decoration: underline;
}

div.pagination span.current {
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	color: #623571;
}

#next{
	display: block;
	heigth:20px;
	width: 57px;
	color: #FFF;
	padding-left: 5px;
	background: #ffffff url(navi_next.gif) no-repeat;
}

#previous{
	display: block;
	heigth: 20px;
	width: 57px;
	color: #FFF;
	padding-left: 5px;
	background: #ffffff url(navi_prev.gif) no-repeat;
}

#next:hover, #previous:hover{
	text-decoration: none;
	color: #EEE;
}

div.pagination span.ellipsis a:hover {
	
}




