/*
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;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
    height: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #fff;
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album  { margin-bottom: 5px; padding: 5px; overflow: hidden; border: solid 1px #a9a9a9 } 

.ngg-album  { margin-bottom: 5px; padding: 5px; overflow: hidden; border: solid 1px #a9a9a9 }

.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: #ffffff; margin: 4px 0 4px 5px; padding: 1px; position: relative; border: solid 1px #a9a9a9 }

.ngg-thumbnail img:hover  { }

.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-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 50%; margin: 0 0 6px; padding: 12px 0 0 7px; width: 120px; height: 86px }


.ngg-album-compactbox .Thumb   { margin: 0; padding: 1px; width: 75px; height: 75px; border: solid 1px #a9a9a9 }

.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   { display: block !important; margin-left: 7px; width: 100%; clear: both; overflow: hidden }

.ngg-galleryoverview .desc   { margin-top: 0; margin-right: 10px; margin-bottom: 10px }

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail  { text-align: center; margin-right: 2px; float: left }

.ngg-gallery-thumbnail img  { background-color: #ffffff; display: block; margin: 4px 0 4px 5px; padding: 1px; position: relative; border: solid 1px #a9a9a9 }

.ngg-gallery-thumbnail img:hover  { } 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}

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

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

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

.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  { margin-right: 3px; padding: 3px 7px; border: solid 1px #a9a9a9 }

.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: #ffffff !important; text-decoration: none !important }

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

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%;
	display:block !important;
	padding:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back  { margin-right: 3px; padding: 3px 7px; float: left; border: solid 1px #a9a9a9 }

.ngg-imagebrowser-nav .next  { margin-right: 3px; padding: 3px 7px; float: right; border: solid 1px #a9a9a9 }

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

.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: 1px; border: solid 1px #a9a9a9 }

.ngg-left {
	float: left;
	margin-right:10px;
}

.ngg-right {
	float: right;
	margin-left:10px;
}

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

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow           { text-align: left; margin-top: -42px; margin-left: 9px; padding-top: 1px; padding-bottom: 1px; width: 677px; overflow: hidden }

.ngg-widget img    { margin-top: 2px; margin-bottom: 2px }

/* ----------- Related images -------------*/
.ngg-related-gallery   { background: #f9f9f9; margin-top: 1em; margin-bottom: 1em; padding: 5px; overflow: hidden; border: solid 1px #a9a9a9 }
.ngg-related-gallery img   { margin: 0 3px; padding: 2px; width: 50px; height: 50px; float: left; border: solid 1px #a9a9a9 }

.ngg-related-gallery img:hover  { border: solid 1px #808080 } 

/* ----------- Gallery list -------------*/

.ngg-galleryoverview ul li:before {
	content: '' !important;
}

.ngg-gallery-list {
	list-style-type:none;
	padding: 0px !important;
	text-indent:0px !important;	
}

.ngg-galleryoverview div.pic img{
	width: 100%;	
}

.ngg-gallery-list li {
	float:left;
	margin:0 2px 0px 2px !important;
	overflow:hidden;
}

.ngg-gallery-list li a   { display: block; padding: 2px; border: solid 1px #a9a9a9 }

.ngg-gallery-list li.selected a { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; -moz-background-clip: border; -moz-background-inline-policy: continuous; -moz-background-origin: padding }

.ngg-gallery-list li img {
	height:40px;
	width:40px;	
}

li.ngg-next, li.ngg-prev {
	height:40px;
	width:40px;	
	font-size:3.5em;
}

li.ngg-next a, li.ngg-prev a  {
	padding-top: 10px;
	border: none;
	text-decoration: none;
}