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:left;
	width:700px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #2D2D2D;
}

div.controls {
float:left;
margin-top:10px;
}

div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.slideshow {
	clear: both;
	height:380px;
}
div.slideshow span.image-wrapper {
	float: left;
}
div.slideshow a.advance-link {
	display: block;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear:both;
	float:left;
}
div.image-title {
font:.7em/1.4em Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#232323;
}

div.image-desc {
font:.7em/1.4em Verdana, Arial, Helvetica, sans-serif;
color:#232323;
}

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 {
	clear: both;
	width:700px;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin:0 10px 10px 0;
	list-style: none;
}
a.thumb {
	display: block;
	border: 5px solid #E5E5E5;
}
ul.thumbs li.selected a.thumb {
	border-color:#2D2D2D;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 25px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	width:25px;
	height:21px;
	padding-top:4px;
	background-color:#E7E7E7;
	text-align:center;
	color:#333333;
}
div.pagination a:hover {
	background-color:#CCCCCC;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color:#2D2D2D;
	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;
}

.prev{
float:left;
margin-right:10px;
font:1.4em/1em Verdana, Arial, Helvetica, sans-serif;
}

.prev:hover{
color:#CCCCCC;
}

.next{
float:left;
font:1.4em/1em Verdana, Arial, Helvetica, sans-serif;
}

.next:hover{
color:#CCCCCC;
}

.caption{
clear:both;
float:left;
width:580px;
color:#232323;
padding-top:10px;
}
