div.content {
	display: none;
	width:527px;
}

/*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;
}*/

.controls a {padding-right:5px;font:bold 10pt Arial;text-decoration:none;color:#3e3e3e;}
.controls a:hover{text-decoration:underline;}

div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 527px;
	height: 250px;
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom:5px;
}
div.slideshow a.advance-link {
	margin-top:2px;
	padding: 1px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
    width :517px;
	clear: both;
	border: 1px solid #ccc;
	/*background-color: #eee;*/
	background :#eee url(../img/backs/box_backs.jpg) repeat-x;
	padding:5px 5px 0px 5px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	width:527px;
	display :none;
}
ul.thumbs {
    width:527px;
	clear: both;
	margin: 0;
	padding: 0;
	display:none;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px 5px 5px 0;
	list-style: none;
	display:none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
	display:none;
}
ul.thumbs li.selected a.thumb {
	background: #000;
	display:none;
}
a.thumb:focus {
	outline: none;
	display:none;
}
ul.thumbs img {
	border: none;
	display: block;
	display:none;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom:0px;
	height: 5px;
	display:none;
}
div.navigation div.bottom {
	margin-top:5px;
	display:none;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
	display:none;
}
div.pagination a:hover {
	/*background-color:#eee;*/
	background :#eee url(../img/backs/box_backs.jpg) repeat-x;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
