#container{
	float:left;
	width:741px;
	height:446px;
	position:relative;
	}
#gallery{
	position:absolute;
	left:0px;
	top:0px;
	z-index:10000;
	}	
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: 550px; 
}
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: 0;
	height: 0;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
	position:absolute;
	top:400px;
	left:35px;
	z-index:1000;
}
.play {
	background: url(../images/play.jpg) no-repeat;
	font-size: 0px;
	line-height:0px;
	text-indent:-999px;
	text-decoration:none;
	float:left;
	width:16px;
	height:17px;
}
.pause {
    background:url(../images/pause.jpg) no-repeat;
    font-size: 0px;
	width:16px;
	float:left;
	font-size: 0px;
	line-height:0px;
	text-indent:-999px;
	text-decoration:none;
	height:17px;
}
a.prev{
	 background:url(../images/previous.jpg) no-repeat;
    font-size: 0px;
	line-height:0px;
	text-decoration:none;
	text-indent:-999px;
	display:block;
	width:16px;
	float:left;
	height:17px;
	}
a.prev:hover{
	background:url(../images/previous-over.jpg) no-repeat;
    font-size: 0px;
	width:16px;
	float:left;
	position:absolute;
	left:0px;
	height:17px;
	}	
a.next{
	background:url(../images/next.jpg) no-repeat;
    font-size: 0px;
	line-height:0px;
	width:19px;
	float:left;
	text-decoration:none;
	text-indent:-999px;
	position:absolute;
	right:0px;
	height:15px;
	}	
a.next:hover{
	background:url(../images/next-over.jpg) no-repeat;
    font-size: 0px;
	width:19px;
	float:left;
	position:absolute;
	right:0px;
	height:15px;
	}		
div.nav-controls {
	float: right;
	position:absolute;
	top:400px;
	width:90px;
	z-index:100;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 381px; /* 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: 550px;
	z-index:100;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
	float:left;
	width:520px;
	height:400px;

}
div.slideshow span.image-wrapper {
	display: block;
	position:absolute;
	left:0px;
	top:0px;
	float:left;
	}
div.slideshow a.advance-link {
	display: block;
	width: 510px;
	z-index:100;
	left:0px;
	top:0px;
	height: 390px;  This should be set to be at least the height of the largest image in the slideshow */
	line-height: 390px; /* 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;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: auto;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
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 {
	/* 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;
    padding: 0;
    height: 382px;
	position:absolute;
	right:0px;
    width: 200px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px 10px 6px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	position:absolute;
	bottom:27px;
	right:28px;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
	display:none;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	font-size:0px;
	color:#600;
	margin-right: 2px;
	padding: 4px 7px 10px 7px;
	background:url(../images/dot-normal.jpg) no-repeat;
	}
div.pagination a:hover {
	background:url(../images/dot-over.jpg) no-repeat;
	text-decoration: none;
	color:#060;
}
div.pagination span.current {
	font-weight: bold;
	background:url(../images/dot-over.jpg) no-repeat;
	border-color: #000;
	color:#060;
	}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

