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: 676px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}

div.slideshow-container {
	float:right;
	position: relative;
	height: 473px; /* This should be set to be at least the height of the largest image in the slideshow */
	width: 676px;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	height: 473px; /* 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 img {
	border: 0px solid #ccc;
	float:right;
	margin-top:-16px;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
ul.thumbs {
	float:left;
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px 10px 7px 0;
	list-style: none;
}
ul.thumbs li.thumb_bottom {
margin-bottom:0px;
}
a.thumb {
	display: block;
}
ul.thumbs li.selected a.thumb {
	background: #ffffff;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
}


