/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Alex Rabe
Version: 1.50

This is a template stylesheet that can be used with NextGEN Gallery. I tested the
styles with a default theme Kubrick. Modify it when your theme struggle with it,
it's only a template design

*/

/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: -10px !important;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
    height: 100%;
    margin-bottom: 5px;
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
    overflow:hidden;
    margin-bottom: 5px;
} 

.ngg-album {
	overflow: hidden;
	margin-bottom: 5px;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	margin:0px 12px 0px 0px;
}

.ngg-thumbnail img {
	margin:4px 0px 4px 5px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #A9A9A9;
}

.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 {
	overflow: hidden;
	margin-top: -10px;
	width: 650px !important;
	height:500px;
	clear:both; 
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left;
	margin:0px;
	text-align: center;
	
}

.ngg-gallery-thumbnail img {
	display:block;  
	margin:0px 8px 9px 0px;
	padding:0;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {} 

.ngg-gallery-thumbnail span {	/* Images description */
	display:block;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	width:682px;
	height:55px;
	clear:both !important;
	position:absolute;
	top:440px;
	margin-left:-20px;
	text-align:left;
	
}

.ngg-navigation .prev {
	float:left;
	position:relative;
}

.ngg-navigation .next {
	float:right;
	position:relative;
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation-desc {
	width:600px;
	float:left;
	position:relative;
	margin:0px 20px;
}

.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 {
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	margin-top:-10px;
}

/*.ngg-imagebrowser h3 { text-align:center; }*/

.ngg-imagebrowser img {
	margin:0;
	padding:0;
	border:none;
	/*width: 100%;*/
	/*height:427px !important;*/
	overflow:hidden;
	display:block !important;
}

.ngg-imagebrowser-nav {
	width:682px;
	height:50px;
	clear:both !important;
	position:absolute;
	top:440px;
	margin-left:-20px;
	text-align:left;	
}

.ngg-imagebrowser-nav .back {
	float:left;
	position:relative;
	width:11px;
	height:20px;
	cursor:pointer;
}

.ngg-imagebrowser-nav .next {
	float:right;
	position:relative;
	width:11px;
	height:20px;
	cursor:pointer;
}

.ngg-imagebrowser-nav .back-to-gallery {
	text-align:center;
	position:relative;
	float:left;
	display:block;
	width:100%;
}

#back-to-gallery, a.ngg-browser-back-to-gallery {
	width:20px;
	height:11px;
	margin:0 auto;
	position:relative;
	display:block;
}


.ngg-imagebrowser-nav .ngg-imagebrowser-desc {
	float:left;
	position:relative;
	width:630px;
	height:35px;
	margin:0px 0px 0px 20px;
	text-align:center;
}

.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;  
}

.ngg-left {
	float: left;
	margin-right:10px;
}

.ngg-right {
	float: right;
	margin-left:10px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}
