/*

CSS Name: Default Styles

Description: NextGEN Default Gallery Stylesheet

Author: Alex Rabe

Version: 2.11



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 designthum



*/



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



.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both;
	display:block !important;
	text-align: center;
	background-color: #eee;border-radius:6px;
}



body .ngg-album {

    height: 100%;

    padding: 5px;

    margin-bottom: 5px;

    border: none;
	border: 1px solid #444;
	float:none;display:inline-block;


}



/* 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;
padding: 0px;
 margin: 15px;
	margin-bottom: 7px;
border-radius:5px;

		-webkit-box-shadow:  0 0 11px 0 #999;
	-moz-box-shadow:  0 0 11px 0 #999;
	-ms-box-shadow:  0 0  11px 0 #999;
	-o-box-shadow:  0 0  11px 0 #999;
	box-shadow:  0 0 11px 0 #999;

}




body  .ngg-album {
	overflow: hidden;
	padding: 0px;
	margin-bottom: 10px;
	background-color: transparent;
	border: 1px solid #999;
	width:300px;
	height:300px;
	color:#fff;
}



html>body .ngg-thumbnail img {
	width:300px;
	height:auto;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
}


body .ngg-album:hover {
border: 1px solid #999;
background-image: url(/images/opacity-Dark33.png);

		-webkit-box-shadow:  0 0 15px 0 #555;
	-moz-box-shadow:  0 0 15px 0 #555;
	-ms-box-shadow:  0 0  15px 0 #555;
	-o-box-shadow:  0 0  15px 0 #555;
	box-shadow:  0 0 15px 0 #555;
	}
	
body .ngg-album:hover .ngg-thumbnail {
		border: 1px solid #666;
	}

body  .ngg-album  img,
body  .ngg-album:hover img  {
	border:none;

}

body  .ngg-albumtitle {
	text-align: left;
	font-weight: normal;
	margin:0px;
	padding:0px;
	font-size: 18px;
	color:#fff;
	margin-bottom: 10px;
	padding-top:8px;
	height: 35px;
	clear:both;
	top:265px;
	position: relative;
	z-index: 333;
	width:300px;
	text-align:center;
}
body .ngg-album  .ngg-albumtitle{
	background-image: url(/images/opacity-Dark44.png);
	text-decoration:none;
	display: block;
}
body .ngg-album:hover .ngg-albumtitle{
	background-image: url(/images/opacity-Dark88.png);
	text-decoration:none;
	display: block;
}




body  .ngg-thumbnail {

	float: left;
overflow: hidden;
	color:#fff;
	width: 100%;
	border:1px solid #666;
	margin-right: 24px;
	height: 300px;
}



body .ngg-thumbnail img {

	background-color:#FFFFFF;


	margin:0px 0px 8px 10px;
width:235px;
	padding:0px;

}



body .ngg-thumbnail img:hover,
body .ngg-thumbnail:hover img {

	background-color: #A9A9A9;
	border:none;

}

body .ngg-albumcontent {
display:block;
height:300px;
margin-top:-55px;
}

body .ngg-description {
text-align:center;
display:none;
height:20px;
clear:both;
color:#999;
float: left;

	position: relative;
	z-index: 333;
	top:20px;
padding-left:0px;
}

.ngg-description p{
	height:20px;
	display:block;
	margin-top:0px;
color:#999;
font-size:13px;
line-height:15px;
float: left;
text-align:center;
}


body  .ngg-description p strong{
	display:block;
	float: right;
	width:20px;
	margin-left:20px;
	color:#9F5204;
}

body .ngg-album .ngg-albumtitle a {
	color: #fff;
	font-size:15px;
	line-height:15px;
	display: block;
	clear: both;
}

body .ngg-album .ngg-albumtitle:hover a,
body .ngg-album:hover .ngg-albumtitle a {
	color: #DCEBF1;
	display: block;
}



body .ngg-imagebrowser .pic {
	border: none;
}

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



.ngg-album-compact {

	float:left;

	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 -------------*/



body .ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	margin:auto;
	width: 98%;
	max-width:98%;
	clear:both;
	display:block !important;
	text-align: center;
	margin-left:2%;
}

body .ngg-galleryoverview h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 96%;
	margin-left:2%;
	margin-right:2%;
	max-width: 1100px;
	float:left;
	clear:both;
	display:block;
}
body .ngg-galleryoverview .desc {

/* required for description */

   margin:0px 10px 10px 0px;

   padding:5px;

}



body .ngg-gallery-thumbnail-box {
	text-align:center;
	float: none;
	display:inline-block;
	vertical-align: top;
	margin-bottom:10px;
}

body #MAINBODY .ngg-gallery-thumbnail-box p{
float: none;clear:both;font-size:12px;line-height:1.1em; margin:2%; max-width:220px;text-align:center;color:#777;}

body .ngg-gallery-thumbnail {

	float: left;
margin-bottom: 5px;
	margin-right: 6px;
	margin-left: 6px;
	text-align: center;
	width:235px;height:auto;

}



body .ngg-gallery-thumbnail img {

	background-color:#444;

	border:1px solid #A9A9A9;

	display:block;

	margin:4px 0px 5px 4px;

	padding:0px;

	position:relative;
	width:235px;height:auto;

}



body .ngg-gallery-thumbnail img:hover {
border:1px solid #069;
	background-color: #ddd;

}



body .ngg-gallery-thumbnail span {
	/* Images description */

	font-size:13px;
	padding-left:5px;
	display:block;
	font-family: Arial;
	color: #666;
	padding-bottom:8px;
}



body .ngg-clear {

	clear: both;

	float: none;

}



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



body .ngg-navigation {

	font-size:0.9em !important;

	clear:both !important;

	display:block !important;

	padding-top: 15px;

    padding-bottom: 2px;

	text-align:center;

}



body .ngg-navigation span {

	font-weight:bold;

	margin:0pt 6px;

}



body .ngg-navigation a.page-numbers,

body .ngg-navigation a.next,

body .ngg-navigation a.prev,

body .ngg-navigation span.page-numbers,

body .ngg-navigation span.next,

body .ngg-navigation span.prev {

	border:1px solid #999;background-color: #eee;

	margin-right:8px;

	padding:3px 8px;

    text-decoration: none;
	border-radius:2em;

}

body .ngg-navigation span.current {

	border:1px solid #666;background-color: #666;color:#fff;

	margin-right:8px;margin-left:0px;

	padding:3px 8px;

    text-decoration: none;
	border-radius:2em;

}




body .ngg-navigation a.next,

body .ngg-navigation a.prev,


body .ngg-navigation span.next,

body .ngg-navigation span.prev {

	border:1px solid #036;background-color: #036; color:#fff;

	margin-right:8px;

	padding:3px 4px;

    text-decoration: none;
	border-radius:4px;

}


body .ngg-navigation a.prev {margin-right:28px;}
body .ngg-navigation a.next {margin-left:20px;}


body .ngg-navigation a.page-numbers:hover,

body .ngg-navigation a.next:hover,

body .ngg-navigation a.prev:hover,

body .ngg-navigation span.page-numbers:hover,

body .ngg-navigation span.next:hover,

body .ngg-navigation span.prev:hover {
	background-color: #C00;border:1px solid #c00;
	color: #FFFFFF !important;
	text-decoration: none !important;
}



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



body .ngg-imagebrowser {
display:block;
padding-right:20px;
}



body .ngg-imagebrowser h3, .ngg-imagebrowser-desc p {

	text-align:center;
	padding:2px;
	margin:2px;

}



body .ngg-imagebrowser img {

	border:1px solid #000;
	margin:auto;
	margin-top: 5px;

	margin-bottom: 5px;

	width: 100%;

	display:block !important;

	padding:0;
	max-height:800px;
	width:auto;

}



body  .ngg-imagebrowser-nav {

	padding:5px;

	margin-left:10px;
	margin-bottom:10px;
margin-top:-8px;
}



body  .ngg-imagebrowser-nav .back {
	float: left;
	border: none;
	margin-right: 3px;
	padding: 5px;
	border-radius: 5px;
	display:block;
	width: 26px;
	height: 24px;
	line-height: 16px;
	font-size: 33px;
}



body  .ngg-imagebrowser-nav .next {

	float:right;

	border:none;

	margin-right:3px;

	padding:5px;
border-radius: 5px;
display:block;
width:26px;
height:24px;
line-height: 16px;
font-size:33px;
text-align:right;

}

body  .ngg-imagebrowser-nav .back:hover,
body  .ngg-imagebrowser-nav .next:hover {
	background-color:#C60;
	text-decoration:none;
	
}
body .back a:hover,
body .next a:hover {
	text-decoration:none;
	
}

body .ngg-imagebrowser-nav .counter {

	text-align:center;

	font-size:0.9em !important;
	margin-top:20px;

}



body .exif-data {

  	margin-left: auto !important;

    margin-right: auto !important;

}



/* ----------- Slideshow -------------*/

body .slideshow {

	margin-left: auto;

	margin-right: auto;

	text-align:center;

	outline: none;

}


body .slideshowlink, body .piclenselink, body .linkback, body .showmobile, body .fullscreenshow {
	display: block;
	clear: both;
	height: 36px;
	width: 95%;
	min-width:260px;
	float:none;
	
}

body .slideshowlink a, body .piclenselink a, body .linkback a, body .showmobile a, body .fullscreenshow a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
	background-color: #005279;
	height: 15px;
	width: 170px;
	min-width: 150px;
	margin-bottom: 9px;
	padding: 2px;
	border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0  0px  1px #000;
	clear: none;
	margin-left: 5px;
	text-align: center;
	padding-left:10px;
	padding-right:10px;
	letter-spacing: 2px;
	margin:auto;
	
}

body .slideshowlink a, body .piclenselink a{
	margin-top: 0px;
}

body .slideshowlink a:hover {
color: #fff;
background-color: #035;
}



/* ----------- JS Slideshow -------------*/

.ngg-slideshow {

    overflow:hidden;

    position: relative;

    margin-left: auto;

    margin-right: auto;

}



.ngg-slideshow * {

    vertical-align:middle;

}



/* See also : http://www.brunildo.org/test/img_center.html */

.ngg-slideshow-loader{

    display: table-cell;

    text-align: center;

    vertical-align:middle;

}



.ngg-slideshow-loader img{

    background: none !important;

    border: 0 none !important;

    margin:auto !important;

}



/* ----------- Single picture -------------*/

body .ngg-singlepic {

	background-color:#FFFFFF;

	display:block;

	padding:4px;

}



body .ngg-left {

	float: left;

	margin-right:10px;

}



body .ngg-right {

	float: right;

	margin-left:10px;

}



body .ngg-center {

  	margin-left: auto !important;

    margin-right: auto !important;

}



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

body .ngg-widget,

body .ngg-widget-slideshow {

	overflow: hidden;

	margin:auto;max-width:170px;

	padding:2px 0px 2px 0pt;
border:none;
	text-align:left;

}



body .ngg-widget img {border:1px solid #999;margin:0;padding:0;}
body .ngg-widget img:hover {border:1px solid #069;margin:0;padding:0;}


/* ----------- Related images -------------*/

body .ngg-related-gallery {

	background:#F9F9F9;

	border:1px solid #E0E0E0;

	overflow:hidden;

	margin-bottom:1em;

	margin-top:1em;

	padding:5px;

}

body .ngg-related-gallery img {

	border: 1px solid #DDDDDD;

	float: left;

	margin: 0pt 3px;

	padding: 2px;

	height: 50px;

	width:  50px;

}



body .ngg-related-gallery img:hover {

	border: 1px solid #000000;

}



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



body .ngg-galleryoverview ul li:before {

	content: '' !important;

}



body .ngg-gallery-list {

	list-style-type:none;

	padding: 0px !important;

	text-indent:0px !important;

}



body .ngg-galleryoverview div.pic img{width: 100%;}
body .ngg-gallery-list ul {padding:0;margin:0;}
body .ngg-gallery-list li {

	float:left;

	margin:0 2px 0px 2px !important;

	overflow:hidden;

}



body .ngg-gallery-list li a {

	border:none;

	display:block;

	padding:0px;
		height:62px;

	width:60px;

}



body .ngg-gallery-list li.selected a{

	-moz-background-clip:border;

	-moz-background-inline-policy:continuous;

	-moz-background-origin:padding;

	background:#F90 none repeat scroll 0 0;
	background-color: #C60;

}



body .ngg-gallery-list li img, #content .ngg-gallery-list li img {

	height:60px;

	width:60px;

}



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;

}



body #TB_window {

	z-index: 9999 !important;

}

.ngg-thumbnail-list {line-height:.1em;}
body .ngg-gallery-list li {
float: left;line-height:.0.1em;padding:0;
margin: 0 0px 0px 11px !important;
}