div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	text-align:left;
}

div.slideshow-container {
	height:332px; /* This should be set to be at least the height of the largest image in the slideshow */
	width:635px;
}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	z-index:100;
	left: 0;
}

div.slideshow {

}

div.slideshow a.advance-link {
	display: block;
	width: 635px;
	height: 332px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 332px; /* 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;
	position:absolute;
	top:0;
	left:0;
}

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 {
	position:absolute;
	left:0;
	background:#FFF;
	z-index:3;
	width:889px;
	bottom:0;
}
ul.thumbs li {
	float: left;
	list-style: none;
}
a.thumb {
	display: block;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
