div.content {
	display: none;
	float: left;
	width: 339px;
	height:500px;
	border-right:1px dashed #000000;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 360px; /* 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;
	width: 300px;
	height: 360px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 300px;
	height: 360px; /* This should be set to be at least the height of the largest image in the slideshow */
}
ul.thumbs {
	clear: both;
	padding-left:24px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 1px 0px 1px 2px;
	list-style: none;
}
a.thumb {
	display: block;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}