.gallery-container {
	position:relative;
	width:950px;
	height:757px;
}
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: left;
	width:708px;
	padding:45px 35px 0 47px;
	margin-left:160px;
	background:url(../images/bg-box.png) 0 0 repeat;
	height:448px;
	position:relative;
	overflow: hidden;
}

div.slideshow-container {
	position: relative;
	float: left;
	height: 385px;
	width:476px;
	padding:21px 0 0 20px;
	background:url(../images/bg-slideshow.png) 0 0 no-repeat;
	top:0px;
}
 div.slideshow {
	 position:relative;
	 width:455px;
	 height:363px;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
 div.slideshow a.advance-link {
	width: 455px;
	height: 363px; /* 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.caption-container {
	float: right;
	position: relative;
	margin-top: 0px;
}
span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.caption-container, span.image-caption {
	width: 203px;
}

div.caption {
	padding: 0 27px 0 7px;
}

div.image-title {
	font-weight: bold;
	font-size: 12px;
	line-height:18px;
	color:#fff;
	background:url(../images/bg-caption.png) 0 0 repeat;
}
div.image-desc {
	font-size: 12px;
	line-height:18px;
	color:#fff;
	width:300px;
	padding-top: 19px;
}

div.navigation-container {
	position: relative;
	height:170px;
	width:939px;
	top:523px;
	*top:30px;
	padding:31px 0 31px 11px;
	background:url(../images/bg-box.png) 0 0 repeat;
}

div.navigation {
	float: left;
	position: relative;
	margin-top:0px;
}
div.navigation a.pageLink {
	display:inline-block;
	position: absolute;
	top:70px;
	width:14px;
	height: 20px;
	cursor:pointer;
	background-position:center center;
	background-repeat:no-repeat;
	z-index:9;
}
div.navigation a.prev {
	background-image: url(../images/prev-next.gif);
	background-position:left top;
	left:0px;
}
div.navigation a.prev:hover {
	background-position:left bottom;
}
div.navigation a.next {
	background-image: url(../images/prev-next.gif);
	background-position:right top;
	right:0px;
}
div.navigation a.next:hover {
	background-position:right bottom;
}
div.navigation a.pageLink:focus {
	outline: none;
}


div#thumbs {
	width: 868px;
	height:175px;
	padding:0 8px 0 31px;
	position:absolute;
	left:11px;
	top:31px;
	z-index:999;
}

ul.thumbs {
	position: relative;
	clear:both;
	margin-top: 0px;
	padding: 0;
	top:0;
	height:175px;
	overflow:hidden;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px 17px 0 0;
	list-style: none;
	height: 156px;
	width:183px;
	padding:19px 0 0 21px;
	background:url(../images/bg-thumb.gif) 0 0 no-repeat;
	overflow: hidden;
	vertical-align:top;
}
ul.thumbs li.selected, ul.thumbs li:hover {background-position:left bottom;}

a.thumb {
	padding: 0px;
	display: block;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}