div.content {
display: none;
}

div.slideshow-container {
height: 376px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.loader {
	width: 500px;
	height: 376px; /* This should be set to be at least the height of the largest image in the slideshow */
position:absolute;
}

div.slideshow {
position:absolute;
height: 376px;
}

div.slideshow img {
display: block;
	vertical-align: middle;
position:absolute;
left:0px;
top:0px;
height: 376px;
width: 500px;
border: none;
	}

div.slideshow a.advance-link {
	display: block;
	width: 500px;
	height: 376px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 376px; /* 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.navigation {
border: none;
}


ul.thumbs li {
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
float:left;
}

a.thumb {
	border: none;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
}
