#gallery 
{
	position: absolute;	
	left: 360px;
	top: 0px;
}
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: right;
	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 {
}
div.controls {
	
	margin-top: 0px;	
	width: 140px;
	float: right;
	margin-right: 39px;
}
	div.controls a {
	padding-right: 10px;
	}
	div.ss-controls {
	float: left;
	font-size: 14px;
	}
	div.nav-controls {
	float: right;
	font-size: 16px;
	margin-left: 10px;
	}
	
	
div.slideshow-container {
	z-index: 10;	
	position: relative;
	clear: both;
	height: 500px; /* This should be set to be at least the height of the largest image in the slideshow */
	top: 0;
	left: 0;

}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 720px;
	height: 450px; /* This should be set to be at least the height of the largest image in the slideshow */
	background: url(../images/da00.gif) no-repeat center center;
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: -5px;
		

}
div.slideshow a.advance-link {
	
	width: 725px;
	height: 500px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 0px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: right;
	overflow:hidden;
	float:right;

}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	
	
	
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	
	
}
span.image-caption {
	display: block;
	position: absolute;
	width: 720px;
	top: 0;
	left: 0;
}

div.image-title {
	
	
}

div.navigation {
	/* 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;
	display: none;
}

a.thumb {
	padding: 2px;
	display: block;
		
	
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	border: none;
}
ul.thumbs img {
	border: none;
	display: block;	
	display: none;
}


div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
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;
}
