div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width:550px;
}
div.content a, div.navigation a {
	text-decoration: none;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 20px;
	vertical-align:bottom; /* 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: 550px;
	height: 355px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
	vertical-align: top;
	margin-top:-348px;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 550px;
	height: 355px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 355px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow img {
	vertical-align: top;
	width:550px;
	margin-left:8px;
	position: relative;
	border: 0px;

}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	position:absolute;
	width:400px;
	}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
}
ul.thumbs li.selected a.thumb {
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
