
div#page {
	padding-left:58px;
	padding-right:78px;
	margin: 0 auto;
	text-align: left;

}
div#container {

}

div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:left;
	width:550px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
	margin:0px;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: none;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 15px;
	color:#813e30;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: left;
	margin-left:199px;
	margin-top:15px;
	text-transform:uppercase;
	letter-spacing:1.4px;
}

div.loader {
	background:url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 506px;
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
	
}
div.slideshow a.advance-link {
	padding: 5px;
	display: block;
	
}
div.slideshow img {
	border: none;
	display: block;
	width:550px;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	
	background-color: #eee;
	
}
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. */
	   
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin:  0;
	list-style: none;
}
a.thumb {
	padding: 5px;
	display: block;
	
}
ul.thumbs li.selected a.thumb {
	background: #fff;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}



img, img a:link, img a:hover {
	border:0px;
	text-decoration:none;
}	

