div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:970px; 
}
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: 0px;
	height: 23px;
	float: left;
}
div.controls a {
	padding: 0px;
}
div.ss-controls {
	float: left;
	display: none;
}
div.nav-controls {
	margin: 0;
	position: absolute; top: -10px; left: 10px; top: 300px;
	float: left;
}

div.loader {
	background-image: url('loader.html');
	background-repeat: no-repeat;
	background-position: center;
	width: 970px;
	height: 640px
}
div.slideshow {
	clear: both;
	height: 640px;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 0px;
	clear: both;
}
span.image-wrapper img {border: 1px solid #090909; padding: 0; margin: 0; float: left; width: 960px; height: 640px;}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	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 by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	width: 962px;
	clear: both;
	margin: 0;
	padding: 0;
	position: absolute; left: 40px; top: 656px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 102px;
	margin-right: 10px;
	background: #333;
}
a.thumb {
	padding: 1px;
	display: block;
	
}
ul.thumbs li.selected a.thumb {padding: 0;}
ul.thumbs li.selected a.thumb img{
background: #090909; padding: 1px;
	
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	margin: 0 auto; width: 800px;
}
div.bottom.pagination {position: absolute; top: 740px; left: 44%; padding: 0; text-align: center; margin-left: 1px;}

div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	width: 800px; margin: 0 auto; text-align: center;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	border: 1px solid #363535;
	color: #888;
	margin: 3px; padding: 3px 7px;
	font-size: 8pt; font-weight: bold; font-family: trebuchet ms, tahoma, arial;
}
div.pagination a:hover {
	background-color: #121212;
	border-color: #888;
	color: #ddd;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #5890A9;
	border-color: #6CB5D4;
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}


a.prev {width: 43px; height: 43px; background: url('../gallery/prev.png') top left no-repeat; display: block; float: left; font-size: 0pt; text-indent: 50px;
		opacity:0.3; filter:alpha(opacity=30); overflow: hidden;}
a.next {width: 43px; height: 43px; background: url('../gallery/next.png') top left no-repeat; display: block; float: left; font-size: 0pt; text-indent: 50px; 
	position: relative; left: 856px; opacity:0.3; filter:alpha(opacity=30); overflow: hidden;}

a.prev:hover { opacity:.7; filter:alpha(opacity=70);}
a.next:hover { opacity:.7; filter:alpha(opacity=70);}






