

div.content {
	display: block;
	float:right;
	width:350px;
	margin:26px 20px 0 0;
}
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.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 530px;
	height: 150px; /* this hieght is the same as the main image height */
}


div.slideshow {
	float: left;
}
div.slideshow span.image-wrapper {
	float: left;
}

#caption {
	float:right;
	margin-top:-130px;
}

div.slideshow img {
	border: none;
	display: block;
}
div.download {
	padding-top:15px;
	float: right;
}
div.embox {
	clear: both;
	padding: 0px;
}

div.caption {
	width:220px;
}

div.image-title {
	font-weight: normal;
	font-size: 1.4em;
}

div.image-desc {
	font-style:italic;
	line-height: 1.3em;
	padding-top: 10px;
}
div.navigation {
	padding:10px 0 0 10px;
	width:190px;
	float:left;
	margin-top:-140px;
	}

ul.thumbs {
	height:140px;
	width:170px;
}
	
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding-bottom: 10px;
	margin: 0px 10px 0px 0;
	list-style: none;
}
a.thumb {
	padding: 0px;
	display: block;
	border: 1px solid gray;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	display:none;
}

.advance-link {
	cursor:default;
}

.image-wrapper {
	border:1px solid gray;
}

#banner {
	height:205px; 
	width:580px; 
	margin-top:-30px;
	}

#banner h1 {
	margin-top:10px;
}

