#thumbs, #thumbs * {
	display:none;
}
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: 660px;
	height: 372px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 372px; /* 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: 660px;
	height: 372px; /* 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: 660px;
	height: 372px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 372px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	white-space : nowrap;
}
div.slideshow img {
	vertical-align: middle;
	border: none;
	max-width:660px;
	max-height : 372px;
	margin-left:-3px;
	border-width:0;
	border-style:none;
}

