div.controls {
	top:250px;
	width:400px;
	position:relative;
	z-index:1000;
	text-align:left;
}
div.controls2 {
	top:350px;
	width:400px;
	position:relative;
	z-index:1000;
	text-align:left;
}
div.ss-controls {
	float: left;
}
div.nav-controls .prev {
	float: left;
	margin-left:7px;
}
div.nav-controls .next {
	float: right;
}


div.nav-controls2 .prev {
	float: left;
	margin-left:-63px;
}
div.nav-controls2 .next {
	float: right;
	margin-right:-65px;
}


div.slideshow-container {
	position: relative;
	clear: both;
	/*height: 502px;*/
}
div.slideshow {
	position:relative;
	height:600px;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	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.slideshow img {
	position:absolute;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}

