div#container {
    position: relative;
	overflow: hidden;
        float: left;
}
div.content {
    position: relative;
    display: none;
    clear: both;
    width: 100%;
    float: left;
}

div.content a, div.navigation a {
	text-decoration: none;
}
div.content a:hover, div.content a:active {
	text-decoration: underline;
}

div.navigation a.pageLink {
	height: 77px;
	line-height: 77px;
}



div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 100%; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

div.loader,
div.slideshow a.advance-link,
div.caption-container {
	
}
div.slideshow  {
    position: relative;
    float: left;
    width: 100%;
  height: 393px;

}

div.slideshow-container {
	position: relative;
	clear: both;
	float: left;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow span.image-wrapper {
	display: block;
	position: relative;
	left: 0;
        width: 100%;
        height: 100%;
}
div.slideshow a.advance-link {
    position: relative;
	display: block;
	text-align: center;
        width: 100%;
}

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 {
    position: relative;
	border: none;
        width: 990px;
        height: 400px;
}

div.navigation-container {
	position: absolute;
        width: 990px;
        text-align: center;
        bottom: 80px;

}
div.navigation {
	position: relative;
        margin: auto;
        width: 990px;    
}
div.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 16px;
	background-position:center center;
	background-repeat:no-repeat;
}
div.navigation a.pageLink:focus {
	outline: none;
}

ul.thumbs {
	position: relative;
	margin: 0;
	padding: 0;
        margin: auto;
}
ul.thumbs li {
	float: left;
	margin: 2px;
	list-style: none;
        border: 1px solid #7E7776;
        padding: 4px;
}
a.thumb {
	padding: 1px;
	display: block;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
        opacity:0.9;
        filter:alpha(opacity=90); /* For IE8 and earlier */
}
ul.thumbs img:hover {
        opacity:1;
        filter:alpha(opacity=100); /* For IE8 and earlier */
}
div.pagination {
	clear: both;
	position: relative;
}

div.pagination a:hover {
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
}
