div.controls {
}
div.controls a {
}
div.ss-controls {
	display:none
}
div.nav-controls {
	float: right;
}
div.controls a.prev{text-indent:-999px;width:20px;height:20px;display:inline-block;position:absolute;z-index:2;bottom:-60px;left:5px;background:url(left.png) no-repeat;overflow:hidden}
div.controls a.prev:hover {background-image:url(leftHover.png.ashx)}
div.controls a.next{text-indent:-999px;width:20px;height:20px;display:inline-block;position:absolute;z-index:2;bottom:-60px;right:5px;background:url(right.png) no-repeat;overflow:hidden}
div.controls a.next:hover {background-image:url(rightHover.png.ashx)}

div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 356px; /* 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: 497px;*/ /* 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:2;
	clear: both;
	float: left;
	height: 270px;
}

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: 270px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
    width:356px;
    height:280px;
	text-align: center;
    border:solid 1px #e8e8e8;border-radius:3px;
}
div.slideshow a.advance-link img{border:0;height:270px;max-width:343px;vertical-align: middle;padding:4px}

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:297px;height:54px;overflow:hidden;background:#ebebeb;margin-top:8px;padding:6px 15px;margin-left:15px
}
div.navigation {
    width:725px
}
div.navigation a.pageLink {
	display: block;
	position: absolute;
    z-index:2;
    top:19px;
    left:0;
    width:21px;
    height:35px;
    opacity:0.3;
    -moz-opacity:0.3;
    filter:alpha(opacity=30);
    background:url(left1.png);
    display:none;
}
div.navigation a.next 
{
    display:none;
    left:auto;
    right:0;
    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: 4px;
	list-style: none;
}
a.thumb 
{
    width:72px;height:54px;
	display: block;
}
.selected a.thumb,
a.thumb:hover,
a.thumb:focus 
{
    border-color:#fff;
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	width:72px;height:54px;
}
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;
}