/*
	ngtemplate
*/

/* --- ngt-gallery-01 ------------------------ */

.ngt-gallery-wrapper {
}

.ngt-caption {
	display: none; /* temp */
}

.ngt-image-wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.ngt-description {
	float: left;
}

.ngt-navigation {
	float: right;
	margin-right: 25px;
}

.ngt-navigation span {
	display: inline-block;
	width: 25px;
	margin: 0 1px;
	background-color: #E6E6E6;
	text-align: center;
	cursor: pointer;
}

.ngt-exif {
	float: right;
}

.ngt-slideshowlink {
	float: right;
}

/* --- thumbnails ------------------ */

.ngt-thumbnail-wrapper {
}

.ngt-thumbnail-wrapper .ngt-thumbnail-list {
	margin: 10px -3px;
}

.ngt-thumbnail-list li.ngt-thumbnail {
	display: inline-block;
	height: 75px;
	margin: 0;
	padding: 3px;
}

.ngt-thumbnail-list li.ngt-thumbnail:hover {
	background-color: #EDEDED;
}

.ngt-thumbnail-list li.ngt-thumbnail a {
	font-size: 0;
	line-height: 0;
}

.ngt-thumbnail-list li.ngt-thumbnail img {
}

/* --- exif data ------------------- */

.exif-link {
	float: right;
}

.exif-link-text {
	cursor: pointer;
}

.exif-position {
	position: relative;
}

.exif-link .exif-wrapper {
	display: none;
	position: absolute;
	right: 0;
	bottom: 30px;
	width: 250px;
	padding: 12px;
	border: 1px solid #EDEDED;
	background-color: #FFF;
	z-index: 100;
}

.exif-link:hover .exif-wrapper {
	display: block;
}

.exif-wrapper h3 {
	margin: 0;
}

.exif-wrapper table.exif-data {
	margin: 0;
}

.exif-wrapper .exif-data th, .exif-wrapper .exif-data td {
	border-top: none;
	border-bottom: 1px solid #EDEDED;
	font-size: 75%;
	font-weight: normal;
}

.exif-wrapper .exif-data th {
	width: 100px;
}
 /* --- lightbox ------------------- */
 
.overlay-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	/*filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;*/
	z-index: 1000;
	display: none;
}

.overlay-content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001;
	display: none;
}

#galleria {
	width: 800px;
	height: 600px;
}

/* --- ngt-gallery-02 ------------------------ */

.ngt-slideshow-wrapper {
	width: 100%;
}

.ngt-slideshow {
	width: 400px;
	height: 300px;
	overflow: hidden;
	margin: 0 auto;
}

.ngt-slideshow div {
	position: absolute;
	width: 400px;
	height: 300px;
}

.ngt-slideshow div img {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 300px;
}

/* ------------------------------------------- */