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. */
	width:785px;
}
.caption {
	color:#000;
	
	}
div.content a, div.navigation a {
	text-decoration: none;
	color: #fff;
}
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 {
	background-image: url('../images/loadingAnimation.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 785px;
	height: 540px
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
/*	padding: 2px; */
	display: block;	
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #FFF;
	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. */
}
ul.thumbs {
clear: both;
width:785px;
}
ul.thumbs li {
background-image:url(../images/back-img.png);
background-repeat:no-repeat;
text-align:center;
vertical-align:middle;
float:left;
margin-bottom:10px;
margin-right: 15px;
list-style: none; 
padding-top:5px;
padding-left:5px;
padding-right:5px;
padding-bottom:2px;
border:1px solid;
}
a.thumb {
	display: block;
}
ul.thumbs li.selected a.thumb {
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	margin-left: 40px;
}
div.navigation div.top {
	margin-bottom: 20px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	color:#000000;
}
div.pagination a:hover {
	background-color:#FFF;
	text-decoration: none;
	color: #000;
}
div.pagination span.current {
	font-weight: bold;
	background-color:#000;
	color: #fff;
}
