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

div.navigation a.pageLink {
	height: 77px;
	line-height: 77px;
    float: left;
    border: 1px solid red;
}

/*
div.close-controls,
div.ss-controls {
	float: right;
    width: 135px;
    height: 52px;
}
*/

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

div.slideshow-container {
    width: 615px;
    margin: 0 auto;
    
}
div.slideshow-container .slideshow {
	position: relative;
	clear: both;
	height: 450px;
    width: 450px;
    margin: 0 auto;
}

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: absolute;
	top: 30px;
	left: 0;
    height: 450px;
    width: 450px;
}
div.slideshow a.advance-link {
	display: block;
    width: 450px;
}
div.caption-container {
	float: right;
	position: relative;
	margin-top: 0px;
}
span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

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

div.caption {
	padding: 0 12px;
}

div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
}
div.download {
	margin-top: 8px;
}
div.photo-index {
	position: absolute;
	bottom: 0;
	left: 0;
}
div.navigation-container {
    width: 752px;
    height: 35px;
}
div.navigation {
    height: 35px;
    margin: 0 auto;
}
div.navigation a.pageLink {
	display: none;
}
div.navigation a.pageLink.next {
    border: 1px solid green;
  background: transparent url(../../images/arrow_left.gif) no-repeat left center;
}
div.navigation a.pageLink.prev {
    border: 1px solid green;
  background: transparent url(../../images/arrow_left.gif) no-repeat left center;
}

ul.thumbs {
	position: relative;
	margin: 0 auto;
	padding: 0;
}
ul.thumbs li.selected img {
    border: 1px solid #f00;
}
ul.thumbs li {
	display: inline;
    float: left;
	padding: 0;
	list-style: none;
    margin: 0px;
}
a.thumb {
	padding: 0px;
	display: block;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.eagination {
	clear: both;
	position: relative;
	left: -50%;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	position: relative;
	display: block;
	float: left;
}
div.pagination a:hover {
	text-decoration: none;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

div.gallery-gutter {
	clear: both;
}


.controls {
  float: left;
  width: 290px;
}
.controls div {
    float: right;
}
div.slideshow-container .slideshow {
  float: left;
}
.controls .nav-controls {
  display: none;
}
.slideshow-container .prev,
.slideshow-container .next {
  float: left;
  margin-right: 10px;
}
.controls .close,
.controls .pause,
.controls .play {
  display: block;
  width: 125px;
  height: 25px;
  cursor: pointer;
  margin-right: 10px;
}
.controls .pause {
  background: url('../../images/slider/pause-btn.png') no-repeat;
}
.controls .play {
  background: url('../../images/slider/start-btn.png') no-repeat;
}
.controls .close {
  background: url('../../images/slider/close-btn.png') no-repeat;
}
