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: 900px; 
	height:594px;
	vertical-align:top;
}

div.controls 
{
    display:block;
    float:left;
    vertical-align:bottom;
    width:900px;
    height: 35px;
    text-align:center;
}

div.slideshow-container {
	position: relative;
	width:900px;
	height: 594px;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 900px;
	height: 594px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	text-decoration: none;
	border:0;
}
div.slideshow img {
	width:900px;
	height: 594px;
	border:0;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 900px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 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;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 3px 0px 0px 0;
	list-style: none;
}
a.thumb {
	padding: 0px 3px 0px 0px;
	display: block;
}
ul.thumbs li.selected a.thumb {
	/*background: #000;*/
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	width:79px;
	height:58px;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}

div.pagination_slide
{
    display:none;
}
    