div.controls {
	margin-top: 5px;
	height:auto;
}
.td_controls {
	vertical-align:middle;
}
div.controls a {
	padding: 5px;
}
div.nav-controls {
	width:auto;
	float: left;
	margin-left:10px;
}
a.prev {
	margin:0px;
}
a.prev img{
	display:inline;
}
a.next {
	margin:0px;
}
a.next img{
	display:inline;
}
.nav_box {
	height:37px;
	background:#ffffff url(/img/homepage/back_slice.gif) repeat-x;
	margin-left:3px;
}
.slideshow-container {
	margin-top:2px;
	position: relative;
	margin-left:3px;
	clear: both;
	height: 373px; /* This should be set to be at least the height of the largest image in the slideshow */
	z-index:0;
}
.slideshow-container img {
	display:inline;
	width:973px;
}
div.slideshow {
	
}
.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.slideshow a.advance-link {
	display: block;
	width: 973px;
	height: 374px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 374px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	cursor: hand;
}
.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
	cursor: hand;
}
.slideshow img {
	vertical-align: middle;
	cursor: hand;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
.text_box {
	position:relative;
	z-index:1;
	top:89px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 338px;
	top:0;
	left: 0;
}
div.caption {
	padding-left:3px;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 3px 10px 0 0;
	list-style: none;
}
a.thumb {
	padding: 0;
	display: block;
}
/*ul.thumbs li.selected a.thumb {
	background: #000;
}*/
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}



div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.ss-controls {
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
/*
a.prev {
	background-image:url(../images/prev_arrow.jpg);
	background-repeat:no-repeat;
	margin:15px;
	height:35px;
	width:35px;
}
a.next {
	background-image:url(../images/next_arrow.jpg);
	background-repeat:no-repeat;
	margin:15px;
	height:35px;
	width:35px;
}

.play {
	background-image:url(../images/pause_icon.jpg);
	background-repeat:no-repeat;
	height:21px;
	width:21px;
}
.pause {
	background-image:url(../images/play_icon.jpg);
	background-repeat:no-repeat;
	height:21px;
	width:21px;
}*/