div.loader {
	background-image: url('images/site/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 150px;
}

div.slideshow {
	margin:0;
	padding-top:10px;
}

div.slideshow span.image-wrapper {
	float: left;
}

div.slideshow a.advance-link {
	display:block;
	margin-left:20px;
	border: none;
	padding:0;
}

div.slideshow img {
	border: none;
	text-align:left;
}

div.embox {
	float:right;
	width:200px;
	padding:60px 20px 0 10px;
}

div.image-desc {
	margin:0;
	padding:0;
	text-align:left;
	width:200px;
}

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. */
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding-left:20px;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 50px 11px 0px 0;
	list-style: none;
	display:block;
}

ul.thumbs li.selected a.thumb {
}

a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
}

div.pagination {
}

div.navigation div.top {
	margin-bottom: 12px;
}

div.navigation div.bottom {
	margin-top: 12px;
}

div.pagination a, div.pagination span.current {
}

div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}