div.controls {
}
div.controls a {
}
div.ss-controls {
	display:none
}
div.nav-controls {
	float: right;
}
div.controls a.prev{text-indent:-999px;width:37px;height:37px;display:inline-block;position:absolute;z-index:2;top:146px;left:10px;background:url(left.png) no-repeat}
div.controls a.next{text-indent:-999px;width:37px;height:37px;display:inline-block;position:absolute;z-index:2;top:146px;right:10px;background:url(right.png) no-repeat}

div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 422px; /* 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 {
	height: 314px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}

div.slideshow-container {
	position: relative;
    z-index:1;
	clear: both;
	float: left;
	height: 314px;
}

div.loader {
	position: absolute;
    z-index:1;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
    z-index:1;
	top: 1px;
	left: -1px;
}
div.slideshow a.advance-link {
	display: block;
	line-height: 314px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
    width:422px;
    height:314px;
	text-align: center;
}
div.slideshow a.advance-link img{border:0;max-width:419px;max-height:314px;vertical-align: middle}

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.caption-container {
display:none
}
span.image-caption {
	display: block;
	position: absolute;
    z-index:1;
	top: 0;
	left: 0;
}

div.caption-container, span.image-caption {
	width: 334px;
}

div.caption {
	padding: 0 12px;
}

div.photo-index {
	position: absolute;
    z-index:1;
	bottom: 0;
	left: 0;
	padding: 0 12px;
}
div.navigation-container {
	position: relative;
    z-index:1;
    width:77px;height:314px;overflow:hidden;float:left;
}
div.navigation {
    width:77px
}
div.navigation a.pageLink {
	display: block;
	position: absolute;
    z-index:2;
    top:0px;
    left:19px;
    width:35px;
    height:21px;
    opacity:0.3;
    -moz-opacity:0.3;
    filter:alpha(opacity=30);
    background:url(left1.png)
}
div.navigation a.next 
{
    top:292px;
    background:url(right1.png)
}
div.navigation a.pageLink:hover{opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity=100);}
div.navigation a.pageLink:focus {
	outline: none;
}

ul.thumbs {
	position: relative;
    z-index:1;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin-right: 9px;
	list-style: none;
}
a.thumb 
{
    width:77px;height:58px;
	padding: 3px;
	display: block;
}
.selected a.thumb,
a.thumb:hover,
a.thumb:focus 
{
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	width:77px;height:58px;
}
div.pagination {
	clear: both;
	position: relative;
    z-index:1;
	left: -50%;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	position: relative;
    z-index:1;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}