/*
CSS Name: dkret3 Theme
Description: NextGEN dkret3 style with a shadow effect
Author: Jörn Kretzschmar (based on Alex Rabes Default Style)
Version: 1.3
   
This is a template stylesheet that can be used with NextGEN Gallery. I tested the
styles with the theme dkret3. Modify it when your theme struggle with it,
it's only a template design

*/

/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	/*margin-top: 10px;*/
	/*width: 100%;*/
	width: 1024px;
	/*clear:both; */
	/*display:block !important;*/
}

.ngg-album {
	height: 100%;
	/*padding: 5px;*/
	/*margin-bottom: 5px;*/
	/*border: 1px solid #CC0000;*/
	overflow:hidden;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	/*margin-right: 12px;*/
}

.ngg-thumbnail img {
	background-color:#eeeeee;
	/*border:1px solid #CC0000;*/
	/*margin:4px 0px 4px 5px;*/
	/*padding:10px;*/
	/*position:relative;*/
}

.ngg-thumbnail img:hover {
	/*background-color: #CC0000;*/
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	/*border:1px solid #000000;*/
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	width: 1024px;
	/*clear: both; */
	/*display:block !important;*/
	/*margin: 0 auto;*/

}

.ngg-gallery-thumbnail-box {
	float: left;
	margin: 0 auto;
	/*background-color:#262626;*/
	/*border: 2px solid #7A7A7A;*/
	padding: 0px;
}

.ngg-gallery-thumbnail {
	float: left; 
	/*background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;*/
	/*margin-left: 30px;*/
	width: 210px;
	height: 170px;
	border: 1px solid #7A7A7A;
	background-color: #262626;
	/*margin: 10px 0 0 10px !important;*/
}

.ngg-gallery-thumbnail:hover {
	background-color: #CC0000;
}

.ngg-gallery-thumbnail img {
	/*border: 1px solid #262626;*/
	margin: 0 auto;
	border: 1px solid #000000;
	/*vertical-align: middle;*/
    margin-top: 19px;
}

.ngg-gallery-thumbnail img:hover {
	/*background-color: #CC0000;*/
} 

.ngg-gallery-thumbnail span {
	display:none;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:right;
	color: #7A7A7A;
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
	color: #CC0000;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	/*border:1px solid #DDDDDD;*/
	margin-right:3px;
	padding:3px 7px;
	color: #7A7A7A;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	color: #CC0000 !important;
	text-decoration: none !important;
}

.ngg-navigation a.page-numbers {
	color: #7A7A7A;
}

.ngg-navigation a.page-numbers:active {
	color: #CC0000 !important;
}

/* ----------- Image browser style -------------*/

#arrowscont {
	margin: 0 auto;
	position: absolute;
	width: 1024px;
	height: 800px;
	z-index: 3;
}

#arrowsconthidden {
	display: none;
	margin: 0 auto;
	position: absolute;
	width: 1024px;
	height: 800px;
	z-index: 3;
}

.leftarrow  {
	/*background: url('../images/arrow_left_off.png') no-repeat;*/
	height: 75px;
	width: 75px;
	float: left;
	margin: 250px 0px 0px 10px;
}
	
	 .leftarrow a.prev {
		color: #7A7A7A;
		float: left;
		background: url('../images/arrow_left_off.png') no-repeat;
		height: 75px;
		width: 75px;
		margin-left: 30px;
	}
	
		 .leftarrow a.prevhidden {
		 	display: none;
		color: #7A7A7A;
		float: left;
		background: url('../images/arrow_left_on.png') no-repeat;
		height: 75px;
		width: 75px;
		margin-left: 30px;
	}

	.leftarrow a.prev:hover {
		color: #CC0000;
		text-decoration: none;
		background: url('../images/arrow_left_on.png') no-repeat;
	}


.rightarrow {
	/*background: url('../images/arrow_right_off.png') no-repeat;*/
	height: 75px;
	width: 75px;
	float: right;		
    margin: 250px 0 0 10px;

}
	 .rightarrow a.next {
		color: #7A7A7A;
		float: right;
		background: url('../images/arrow_right_off.png') no-repeat;
		height: 75px;
		width: 75px;
		margin-right: 38px;
	}
	
	 .rightarrow a.next:hover {
		color: #CC0000;
		text-decoration: none;
		background: url('../images/arrow_right_on.png') no-repeat;
	}


	 .rightarrow a.nexthidden {
	 	display:none;
		color: #7A7A7A;
		float: right;
		background: url('../images/arrow_right_on.png') no-repeat;
		height: 75px;
		width: 75px;
		margin-right: 38px;
	}

.ngg-imagebrowser {
	width: auto;
	background-color: #262626;
	border: 1px solid #7A7A7A;
	position: relative;
	z-index: 0;

}
	
	.ngg-imagebrowser pic {
		position: relative;
		z-index: -2;
		display:block !important;
		border: none;
		/*width: auto;
		height: auto;
		width: 1024px;
		background-color: #262626;*/
	}
	
	.ngg-imagebrowser img {
		border: none;
		padding-top: 30px;
		/*border:1px solid #CC0000;*/
		/*margin-top: 10px; 
		margin-bottom: 10px; */
		/*margin-top: 20px;
		border: none;*/
	}
	
	.ngg-imagebrowser h3 {
		text-align:center;
	}
	
	.ngg-imagebrowser-nav {
		padding-top:5px;
		padding-bottom: 5px;
		/*margin-left:10px;	*/
		color: #7A7A7A;
		width: 1024px;
		position: absolute;
		height: 30px;
		z-index: 3;
		text-transform: uppercase;
		
	}
	
	/*.ngg-imagebrowser-nav .caption {
		position: relative;
		text-align:left;
		font-size:0.9em !important;
		text-transform: uppercase;
		font-weight: normal;
		color: #262626;
		float: left;
		padding:3px 0px 0px 0px;
		width: 500px;
		
	}
	
	.ngg-imagebrowser-nav .index {
	    position: relative;
		width: 90px;
		padding:3px 0px 0px 0px;
		color: #262626;
		text-transform: uppercase;
		text-align: right;
		float: right;
	}
	
	.ngg-imagebrowser-nav .back {
		position: relative;
		float: right;
		width: 90px;
		padding:3px 0px 0px 0px;
		color: #262626;
		text-transform: uppercase;
		text-align: right;
	}
	
	.ngg-imagebrowser-nav .next {
		position: relative;
		float: right;
		color: #262626;
			width: 90px;
		padding:3px 0px 0px 0px;
		text-transform: uppercase;
	
	}
	*/
	.ngg-imagebrowser-desc {
		text-align:center;
		font-size:0.9em !important;
		text-transform: uppercase;
		width: 1024px; 
		clear: both;
		margin: 0 auto;
		color: #7A7A7A;
	}
	
	.ngg-imagebrowser-desc p {
		font-size: 1.2em;
	}
	
	#imagebrowser-navlist {
		white-space:nowrap;
	    list-style-type:none;
	    padding:0;
	    margin:0;
	    width: 1024px;
	    text-align: left;
	    color: #7A7A7A;
	}
	
	#imagebrowser-navlist li {
		display: inline;
		color: #7A7A7A;
		
	}
	
	#imagebrowser-navlist li a{
	text-decoration:none;
	padding: 0px 5px 0px 5px;
	color: #7A7A7A;
	}
	
	/*#imagebrowser-navlist li.caption {
		
	}*/
	
	/*#imagebrowser-navlist li.index {
		margin-left: 79%;
	}*/
	
	/*#imagebrowser-navlist li.next {
		margin-right: -1em;
	}*/
	
#creditleft {
	float: left;
	color: #7A7A7A;
}

#creditright {
	float: right;
	color: #7A7A7A;
}

#creditright a {
	color: #7A7A7A;
	padding: 0 5px 0 5px;
}

#creditright a:hover {
	color: #CC0000;

}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	outline: none;	
}

.slideshowlink {
	
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	display:block;  
	padding:4px;
}

.ngg-left {
	float: left;
}

.ngg-right {
	float: right;
}

.ngg-center {
  	margin-left: auto;
    margin-right: auto;
}

/* ----------- Sidebar widget -------------*/

.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
  text-align: center;
}

.ngg-widget img {
	/*border:2px solid #A9A9A9;*/
	margin:0pt 2px 2px 0px; 
	padding:1px; 
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:10px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 10px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	/*border: 1px solid #000000;*/
} 
