﻿div.overlay_gallery {position:absolute; -moz-opacity:0.6;filter:alpha(opacity=60); color:White; font-weight:bold; font-size:11px; text-align:center;width:87px; height:14px;margin:54px 0px 0px 0px;}

div.content {

	width:720px; 
}

div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('/images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width:720px;
	min-height:541px;
}
div.slideshow {
	clear: both;
	width:720px;
	min-height:541px;
}
div.slideshow span.image-wrapper {
	padding-bottom: 12px;
}

	
div.slideshow img {
	padding: 2px;
	border: 1px solid #ccc;
	display: block;
    margin:0 auto;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	margin:6px 0px 6px 0px;
	min-height: 20px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px 4px 2px 0;
	list-style: none;
}
a.thumb {
	padding: 1px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #173d8e;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	padding: 12px 0px 12px 0px;
}

div.top {display:none}

div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 4px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #173d8e;
	border-color: #173d8e;
	color: #fff;
}

