div.contentPic {
	display: block;
	float:left;
	width:710px; 
	min-height: 600px;
}
div.contentPic a, div.navigation a {
	text-decoration: none;
	color: #FFF;
	font-size: 0.8em;
}
div.contentPic  a:focus, div.contentPic  a:hover, div.contentPic  a:active {
	text-decoration: none;
}
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('pics/loading.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 480px;
	height: 350px
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 2px solid #464444;
	background: #464444;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #464444;
	background-color: #eee;
	padding: 5px;
	width: 700px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.0em;
}

div.image-desc {
	line-height: 0.8em;
	padding-top: 12px;
}
div.navigation {
	width: 200px;
	float: right;
	background:#333333;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px 10px 2px 0;
	list-style: none;
}
a.thumb {
	padding: 1px;
	display: block;
	border: 1px solid #333333;
}
ul.thumbs li.selected a.thumb {
	background: #FFFFFF;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 30px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	margin-top: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #333333;
	font-size: 0.8em;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #333333;
	border-color: #CCCCCC;
	color: #fff;
	font-size: 0.8em;
}
