div.content {
	display: none;
	clear: both;
}
div.content a, div.navigation a {
	text-decoration: none;
}
div.content a:hover, div.content a:active {
	text-decoration: underline;
}

div.slideshow-container, div.loader, div.slideshow a.advance-link {
	width: 538px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}
div.loader, div.slideshow a.advance-link, div.caption-container {
	height: 118px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
}
div.slideshow-container {
	position: relative;
	clear: both;
	height:118px;
	margin-left:2px;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding:0;
}
div.slideshow a.advance-link {
	display: block;
	line-height:0; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	text-align: center;
	font-size:0;
}

div.slideshow img {
	border:none;
	width: 538px;
	height: 118px;
}



ul.thumbs {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	height:80px;
	display: none;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin-right:1px;
	list-style: none;
}
a.thumb {
	display: block;
	position:relative;
}
a.thumb span {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	border:1px solid #fff;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border:none;
	display: block;
	position:relative;
}
