div#container {
	overflow: hidden;
}

div.navigation a {
	text-decoration: none;
}

div.navigation a.pageLink {
	height: 77px;
	line-height: 77px;
}

div.slideshow-container,
div.slideshow a.advance-link {
	position: relative;
	top: -75px;
	z-index: 1;
	width: 925px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

div.slideshow a.advance-link,
div.caption-container {
	z-index: 1;
	height: 510px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}

div.slideshow-container {
	position: relative;
	clear: both;
	float: left;
	height: 303px;
	z-index: 1;
}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
}

div.caption {
	float: left;
	z-index: 3;
	width: 240px;
}

div.navigation-container {
	float: right;
	width: 800px;
	position: relative;
	right: -415px;
	top: 380px;
	z-index: 3;
}

div.navigation {
	float: right;
	position: relative;
	left: -50%;
}

div.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 16px;
	background-position: center;
	background-repeat:no-repeat;
}

div.navigation a.pageLink:focus {
	outline: none;
}

ul.thumbs {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

ul.thumbs li {
	float: left;
	z-index: 1;
	padding: 0;
	margin: 2px;
	list-style: none;
}

a.thumb {
	display: block;
}

a.thumb:focus {
	outline: none;
	border: 1px solid #6E6E6E;
}
ul.thumbs img {
	z-index: 1;
	border: none;
	display: block;
}
