div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width: 566px;
	height: 219px; 
	text-align: left;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #ffffff;
}
div.slideshow-container {
	position: relative;
	background-color: #003876;
	width: 345px;
	height: 210px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
	margin-top: 6px;
	background-color: #003876;
	width: 345px;
	height: 210px;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	padding-top: 2px;
	width: 345px;
	height: 210px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 210px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: left;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
	vertical-align: middle;
	height: 210px;
}
div.slideshow img {
	vertical-align: middle;
	border: 0;
}
div.caption-container {
	position: relative;
	width: 566px;
	text-align: left;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 540px;
	top: 6px;
	left: 0;
}
div.caption {
	display: block;
	position: relative;
	vertical-align: top;
}

div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	margin-left: 0;
	height: 219px;
	width: 222px;
}
ul.thumbs {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 222px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0;
	background-image: url(../_gfx/hpTopBoxSmall_off.png);
	background-repeat: no-repeat;
	list-style: none;
	width: 222px;
	height: 54px;
}
a.thumb {
	padding: 0;
	display: block;
	width: 222px;
}
ul.thumbs li.selected a.thumb {
	background-image: url(../_gfx/hpTopBoxSmall_on.png);
	background-repeat: no-repeat;
	width: 222px;
	height: 54px;
}
a.thumb:focus {
	outline: none;
	width: 222px;
}
ul.thumbs img {
	border: none;
	display: block;
	padding: 0;
}

