/* National Geographic theme for Galleria */

#galleria-loader {height:1px !important}

.galleria-container {
	position: relative;
	overflow: hidden;
	background: #fff;
}
.galleria-container img {
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
.galleria-stage {
	position: absolute;
	top: 87px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	overflow: hidden;
}

.galleria-thumbnails-container {
	height: 77px;
	top: 0;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 2;
}

.galleria-carousel .galleria-thumbnails-list {
	margin-left: 30px;
	margin-right: 30px;
}
.galleria-thumbnails .galleria-image {
	height: 75px;
	width: 100px;
	background: #000;
	margin: 0 10px 0 0;
	border: 1px solid #a1a1a1;
	float: left;
	cursor: pointer;
}
.galleria-loader {
	background: #000;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 2;
    display: none;
    background: url(loading.gif) no-repeat 2px 2px;
}
.galleria-info {
	bottom: 15px;
	left: 15px;
	width: 100%;
	z-index: 2;
	position: absolute;
}
.galleria-info-text {
	min-height: 32px;
	background-color: #fff;
    /* IE7 */ zoom:1;
}
.galleria-info-title {
	color: #333;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 2px;
}
.galleria-info-description {
	color: #666;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 7px;
}
div.galleria-info-caption {
	color: #000;
	font-size: 12px;
	font-style: normal;
}
.galleria-info-close {
	width: 9px;
	height: 9px;
	position: absolute;
	top: 5px;
	right: 5px;
	background-position: -753px -11px;
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: pointer;
	display: none;
}
.galleria-info-close:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.galleria-info-link {
	background-position: -669px -5px;
	opacity: .7;
	filter: alpha(opacity=70);
	position: absolute;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background-color: #000;
}
.galleria-info-link:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
	cursor: pointer;
	display: none;
	background-position: 0 33px;
	position: absolute;
	left: 0;
	top: 0;
	height: 77px;
	width: 23px;
	z-index: 3;
	opacity: .8;
	filter: alpha(opacity=80);
}
.galleria-thumb-nav-right {
	background-position: -100px 33px;
	right: 0;
	left: auto;
}
.galleria-thumbnails-container .disabled {
	opacity: .2;
	filter: alpha(opacity=20);
	cursor: default;
}
.galleria-thumb-nav-left:hover,
.galleria-thumb-nav-right:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.galleria-thumbnails-container .disabled:hover {
	opacity: 0.2;
	filter: alpha(opacity=20);
	background-color: transparent;
}

.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
	display: block;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
	background-image: url(gallery-sprite.png);
	background-repeat: no-repeat;
}