div.content {
	background: none;
	display: none;
	width: 472px;
	height: 312px;
	margin:  0 0px 0 0px;
	padding: 0px;
	position:relative;
	overflow: hidden;
}
div.slideshow a.advance-link,
div.caption-container {
	height: 312px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	width: 472px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

div.slideshow-container {
	position: relative;
	clear: both;
	float: left;
	height: 312px;
	top:0px;
}
 div.slideshow {
	 position:relative;
	 bottom:0;
	 width:472px;
	 height:312px;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
 div.slideshow a.advance-link {
	width: 472px;
	height: 312px; /* This should be set to be at least the height of the largest image in the slideshow */
	padding: 0;
	margin: 0;
	font-size:0;
	line-height:0;
}

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow a.advance-link:focus {
	outline: none;
}
div.slideshow img {
	border:none;
}
div.navigation-container {
	position: relative;
	height:236px;
	width:466px;
}
div.navigation {
	float: left;
	position: relative;
	margin-top:-25px;
}
div.navigation a.pageLink {
	display:inline-block;
	position: absolute;
	top:0px;
	width:43px;
	height: 38px;
	cursor:pointer;
	background-position:center center;
	background-repeat:no-repeat;
	z-index:9;
}
div.navigation a.prev {
	background-image: url(../images/next-prev.png);
	background-position:left top;
	right:43px;
}
div.navigation a.prev:hover {
	background-position:left bottom;
}
div.navigation a.next {
	background-image: url(../images/next-prev.png);
	background-position:right top;
	right:0px;
}
div.navigation a.next:hover {
	background-position:right bottom;
}
div.navigation a.pageLink:focus {
	outline: none;
}

ul.thumbs {
	position: relative;
	float: left;
	margin-top: 61px;
	padding: 0;
	height: 200px !important;
	overflow:hidden;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px;
	list-style: none;
	height: 100px;
	width:155px;
	overflow: hidden;
	vertical-align:top;
}
a.thumb {
	padding: 0px;
	display: block;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}

