div.gcontent {
	/* The display of gcontent is enabled using jQuery so that the slideshow gcontent won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 630px; 
}
div.gcontent a, div.gnavigation a {
	/*text-decoration: none;
	color: #777;*/
}
div.gcontent a:focus, div.gcontent a:hover, div.gcontent a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 29px;
}
div.controls a {
/*	padding: 5px;*/
}
div.ss-controls {
	float: left;
	margin-right:10px;
}
div.nav-controls {
	float: left;
	width:100px;
	display:block;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 402px; /* 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('../img/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	height: 100px; /* 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: 550px;
	height: 402px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 402px; /* This should be set to be at least the height of the largest image in the slideshow */
	/*text-align: center;*/
	color:#f4ebc7;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
	border-width:0px;
}
div.slideshow img {
	vertical-align: top;
	border: 1px solid #b7b286;
	max-height:400px;
	max-width: 560px;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 60px;
}
span.image-caption {
	/*display: block;
	position: absolute;*/
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	padding-top: 10px;
}
div.image-title {
	font-weight: normal;
	font-size: 12px;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.gnavigation {
	/* The gnavigation 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: 0px 5px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 0px;
	display: block;
	border: 1px solid #b7b286;
}
ul.thumbs li.selected a.thumb {
	/*background: #000;*/
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	width:60px;
	height:60px;
	border:1px solid #b7b286;
}
div.pagination {
	padding-top:10px;
	clear: both;
}/*
div.gnavigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.gnavigation div.bottom {
	margin-top: 12px;
}*/
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	color:#330;
	float: left;
	margin-right: 2px;
	padding: 0px 7px 0px 7px;
	line-height:20px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;	
	/*border: 2px solid #faf7e8;*/
}/*
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}*/
div.pagination span.current {
	font-weight: bold;
	background:#e1d6a8;
	border-color: #330;
	border-width:0px;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 0px;
}

/*ul.paginate li {
	float:left;
	margin:0 10px 0 0;
	}
*/

/**/

div.controls a {
	text-indent:-9000px;display:block;
	}

div.controls a.play {
	background:url(../img/gallery-play.gif) 0 0 no-repeat;
	width:10px;
	height:9px;
	
}
div.controls a.pause {
	background:url(../img/gallery-pause.gif) 0 0 no-repeat;
	width:9px;
}
div.controls a.next {
	background:url(../img/gallery-next.gif) 0 0 no-repeat;
	width:14px;float:left;
}
div.controls a.prev {
	background:url(../img/gallery-prev.gif) 0 0 no-repeat;
	width:14px;
	float:left;
	margin-right:10px;
}