div.content {
	display: none;
	clear: both;
}
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%;}

div.slideshow-container {
	clear: both;
	float: left;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('http://assets.survivalinternational.org/images/structure/galleries-spinner.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow span.image-wrapper {
	display: block;
	left:0;

}
div.slideshow a.advance-link {
	display: block;	
	text-align: center;
}
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 {
	box-shadow: 0 0 8px #090909;
	-webkit-box-shadow: 0 0 8px #090909;
	-moz-box-shadow: 0 0 8px #090909;
	border: none;
}
div.caption-container {
	float:left;
	position: relative;

}
span.image-caption {
	display: block;
	position: relative;
	top: 0;
	left: 0;
}
div.caption-container, span.image-caption {
	width: 660px;
}
 
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.photo-index {
    margin: 5px 0 0 798px;
	position: absolute;
	text-align: center;
    width: 52px;
	color: #938c84;
	font-size: 14px;
    line-height: 120%;
}
div.navigation-container{
	float:right;
	margin:0;
}
div.nav-controls a.prev {
	background: url(/images/galleries/prevPageArrow.jpg) no-repeat;
	display: block;
	position: relative;
	width: 55px;
 	height: 28px;
}
div.nav-controls a.next {
	background: url(/images/galleries/nextPageArrow.jpg) no-repeat;
	display: block;
	position: relative;
	width: 55px;
	height: 28px;
}

div.navigation a.pageLink:focus {
	outline: none;	
}
:-moz-any-link:focus { outline:none;}


ul.thumbs {
	float:right;
 	margin: 15px 0 0;
	padding: 0;
	width:201px;
}
ul.thumbs li.first {
	margin-left: 72px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	list-style: none;
	margin-left: 5px;
}
a.thumb {
	padding: 1px;
	display: block;
}
a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
	padding-left: 5px;
}
div.pagination {
	clear: both;
	position: relative;
	left: -50%;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	position: relative;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
div.gallery-gutter {
	clear: both;
	padding-bottom: 20px;
}

div.controls a {}
div.ss-controls {
	display:none;
	float: left;
}
div.nav-controls {
	float: right;
	width: 192px;
}