

div.content {
	display: none;
}

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: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	/*float: left;*/
	display: none;
}
div.nav-controls {
	float: right;
}


div.loader {
	background: url('/images/loading.gif') no-repeat center;
	width: 570px;
	height: 450px
}

div.slideshow span.image-wrapper {

	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;

		text-align:center;
}
div.slideshow img {
	border: none;
}
div.download {
	
}
div.embox {
	clear:both;
	padding-top:160px;
	line-height:130%;
	width:80%;
	
	
}
div.image-title {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}

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. */
	   float:right;
	   width:200px;
}



ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	/*margin: 5px 10px 5px 0;*/
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	/*border: 1px solid #ccc;*/
}
ul.thumbs li.selected a.thumb {
	/*background: #f7f7f5;*/
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
float:left;
}
div.navigation div.top {
	margin-bottom: 20px;
	height: 11px;	
}

* html div.navigation  {
	margin-top:28px;
}


div.navigation div.bottom {
border:2px solid red;
}
div.pagination a, div.pagination span.current {
	font-size:110%;
	display: block;
	float: left;
	margin:5px 2px 0 0;
	padding: 2px 4px 0px 2px;
	/*border: 1px solid #ccc; */
}
div.pagination a:hover {
	background-color: #00ff00;
	text-decoration: none;
	color:#000;
}
div.pagination span.current {
	font-weight: bold;

	color: #00ff00;
}

/* 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;
}