a:focus {
    outline:0;
}
#container {
    border-top:1px solid #3F86C4;
    border-left:1px solid #3F86C4;
	padding-bottom:10px;
	height:1%;
	background:url(../images-factoid/leaf.gif) right bottom no-repeat;
}
#container h2 {
	margin-left:10px;
	margin-top:10px;
}
div.content {
	text-align:center;
	margin:auto;
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width: 394px; 
}
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 {
	float:right;
	margin:10px 10px 0px 0px;
	z-index:99;
}
div.controls a {
	padding: 0px;
}
div.ss-controls {
    display:inline;
	/*float: left;*/
}
div.nav-controls {
    display:none;
	/*float: right;*/
}
div.slideshow-container {
	position: relative;
	height: 395px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 394px;
	height: 394px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow a.advance-link img {
	position:relative;
	margin-left:-8px;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 398px;
	height: 394px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 394px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	border: 0;
}
div.download {
	/*float: right;*/
}
span.image-caption {
	display: block;
	position: absolute;
	width: 394px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 0px;
}
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 using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	margin: 0;
	padding: 10px 0px 10px 10px;
	clear:both;
}
ul.thumbs li {
	padding: 3;
	border:1px solid #ddd;
	margin: 0 10px 10px 0;
	float:left;
	list-style: none;
	background-color:white;
}
a.thumb {
	display:block;
	padding:0;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
