div.content {
	float:left;
	width:568px; 
}
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;
}
div.nav-controls {
	float: right;
}

div.loader {
	position:absolute;
	background: url('../img/ajax-loader.gif') no-repeat center;
	width:568px;
	height:269px;
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link { display: block; }
div.slideshow img {
	border: none;
	display: block;
}
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;
}
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. */
}

#thumbs { position:relative; float:right; width:280px; height:280px; }
ul.thumbs li { float:left; margin:0 0 10px 10px; list-style:none; }
a.thumb { padding:2px; display:block; }
ul.thumbs li.selected a.thumb { background:#8e044f; }
a.thumb:focus { outline:none; }
ul.thumbs img { border:none; display:block; }

div.navigation div.top { display:none; }
div.navigation div.bottom { position:absolute; left:10px; bottom:-12px; width:270px; }

div.pagination { clear: both; }
div.pagination a { display:block; padding:4px 0px; width:83px; background-color:#8e044f; color:#fff; text-align:center; }
div.pagination .page { display:none; }
div.pagination .prev { position:absolute; top:0px; right:93px; }
div.pagination .next { position:absolute; top:0px; right:0px; }