div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
}

div.slideshow-container {
	position: relative;
	clear: both;
	height: 276px; /* 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('.../images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 423px;
	height: 276px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow .image-wrapper {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

div.slideshow .image-wrapper img {
  display: block;
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 3px 3px 0 0;
	height: 68px;
	list-style: none;
}

ul.thumbs li.last {
	margin-right: 0;
	padding: 0;
}