/* Gallery Items */
div.galleries {
	display: block;
	overflow: hidden;
	width: 100%;
	padding-bottom: 24px;
	position: relative;
}
div.galleries ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.galleries li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	float: left;
}
div.galleries li a {
	display: block;
	overflow: hidden;
	width: 200px;
	height: 202px;
	padding: 0;
	margin: 8px;
	border: 3px solid #888;
	border-radius: 6px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
	cursor: pointer;
}
div.galleries .gallery-titlebar {
	padding: 4px 0 4px;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	color: #fff;
	text-shadow: 0 0 3px #000;
	height: 48px;
	position: relative;
	left: 0;
	top: 0;
	width: 200px;
	background: rgb(23,112,168);
	background: -moz-linear-gradient(top,  rgba(23,112,168,1) 0%, rgba(35,83,138,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(23,112,168,1) 0%,rgba(35,83,138,1) 100%);
	background: linear-gradient(to bottom,  rgba(23,112,168,1) 0%,rgba(35,83,138,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1770a8', endColorstr='#23538a',GradientType=0 );
}
div.galleries .gallery-image {
	display: block;
	overflow: hidden;
	width: 200px;
	height: 147px;
	margin-top: 0px;
}
div.galleries .gallery-image img {
	width: 200px;
	height: 147px;
}

div.gallery-images-container {
	position: relative;
	width: 100%;
	margin-bottom: 18px;
	display: block;
	overflow: hidden;
}
div.gallery-images {
	display: block;
	overflow: hidden;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}
.gallery-thumb {
	width: 120px;
	height: 74px;
	border-radius: 4px;
	padding: 4px;
	border: 1px solid #ccc;
	margin: 4px 8px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}
.ngg-gallery-thumbnail-box {
	float: left;
}

.gallery-images li {
	list-style: none;
	float: left;
}
.full-image {
	padding: 12px;
	background-color: #000;	
}
.slideshow-btn {
	cursor: pointer;
	padding-left: 8px;
}
.image-nav {
	display: block;
	overflow: hidden;
	background-color: #000;	
}
.image-nav-btn {
	cursor: pointer;
	padding: 12px 8px 4px;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
	padding: 8px 16px 0 16px;
}

/* Slider styles */
.slider-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;							
	background-color: #000;
	z-index: 9999;
}
.slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;						
	background-color: #000;
	z-index: 9999;
}
.gallery-title {
	position: absolute;
	top: 8px;
	left: 12px;
	font-size: 200%;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 5px rgb(0, 0, 0);
	z-index: 10010;
	background-color: transparent;
	opacity: 1;
}
.image-title {
	position: absolute;
	top: 42px;
	left: 12px;
	font-size: 180%;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 5px rgb(0, 0, 0);
	z-index: 10010;
	background-color: transparent;
	opacity: 1;	
}
.slider-thumbnails {
	display: block;
	width: 132px;
	background-color: #000;
	/* overflow-x: hidden; */
	overflow-y: auto;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: -130px;
	z-index: 10001;	
}
.slider-thumbnails:hover {
	left: 0;
}
.slider-thumbnails li {
	cursor: pointer;
}
.slider-thumbnails li img {
	width: 120px;
	height: 74px;
}
.slider-nav {
	width: 114px;
	height: 46px;
	display: block;
	overflow: hidden;
	background-color: #000;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
	position: absolute;
	right: 0px;
	z-index: 10001;
	border-top-left-radius: 6px;
	opacity: 0.1;
	padding: 4px 8px; 
}
.slider-nav:hover {
	opacity: 1;
}
.slider-nav-button {
	display: block;
	overflow: hidden;
	width: 24px;
	height: 24px;
	margin-left: 4px;
	float: right;
	text-decoration: none;
}
.slider-nav-button:hover {
	cursor: pointer;
	text-decoration: none;
}
.slider-nav-button.close {
	background: url('../images/arrow_exit.png') 0 0 no-repeat;
}
.slider-nav-button.next {
	background: url('../images/arrow_right.png') 0 0 no-repeat;
}
.slider-nav-button.prev {
	background: url('../images/arrow_left.png') 0 0 no-repeat;
}
.slider-nav-button.pause {
	background: url('../images/arrow_pause.png') 0 0 no-repeat;
}
.slider-nav-button.run {
	background: url('../images/arrow_run.png') 0 0 no-repeat;
}

.image-label {
	display: inline-block;
	overflow: hidden;
	padding-top: 15px;
	margin: 0;
}
