﻿/*div#page {
	background-color: #fff;
	margin: 0 ;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#cont {
	width:570px;
	padding: 0px;
}


div.content {
	display: none;
	width:530px;
	margin-bottom:15px;

}
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 {
	width:520px;
	margin-top: 10px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
	display:none
	;
}
div.nav-controls {
	float: left;
}

div.nav-controls a.next {
	margin-left:10px;
	overflow:hidden;
}

div.slideshow {
	clear: both;
}

div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
	height: 400px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow a:hover img {
  border: none;
	display: block;
	filter:alpha(opacity=100);
	-moz-opacity:1.00;  
	opacity:1.00; 
}

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

ul.thumbs {
	clear: both;
	width:200px;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
	width: 220px;
}
a.thumb:hover {
	background:#eeeeee;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	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: #000;
	border-color: #000;
	color: #fff;
}

#thumbs-min {
	float:right;
	width:210px;
}


#thumbs-min ul.thumbs li {
	float: none;
	padding: 2px 0;
	margin: 0;
	list-style: none;
}

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

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

.listbox {
	 border: solid 1px #808080;
	 width: 245px;
	 height: 245px;
	 padding: 0.5em;
	 overflow:auto;
	 overflow-y:scroll;
	 margin-top:-20px;
}

