/*
CSS Name: Roturen Galleri
Description: NextGEN Stilsett tilpasset Roturen.com
Author: Anders Engelstad
Version: 1.00

Custom stilsett for NextGEN Gallery. Noen av stilene baserer seg på
stilsettet til Roturen WordPress Theme

*/


/* Album Styles Extend */

.ngg-albumoverview {
	margin: 20px 0;
	clear: both;
	overflow: auto; 
}

.ngg-album {
    clear: both;
    overflow: auto;
	margin: 15px 0;
    padding: 10px 0 15px 0;
    background: transparent url(images/layout/left_separator.png) bottom left no-repeat;
}

.ngg-albumcontent {
	clear: both;
	padding: 0 10px;
	overflow: auto;
	height: 100%; /* ie6 trenger denne */
}

.ngg-albumtitle {
	padding: 0 0 10px 20px;
	text-align: left;
 	font-size: 18px;
 	font-weight: bold;
 	border-bottom: 1px dotted #e7e7e7;
}

.ngg-thumbnail {
	float: left;
	margin: 10px 20px 0 0;
	background: transparent url(images/layout/gallery_bg.png) center center no-repeat;
	height: 150px;
	width: 150px;
}

.ngg-thumbnail a {
	float: left;
	padding: 20px;
}

.ngg-thumbnail img {
	float: left;
	width: 110px;
	height: 110px;
}

.ngg-description {
	margin: 10px 0 0 0;
	text-align: left;
	overflow: auto;
}


/* Album Styles Compact */

.ngg-album-compact {
	float:left;
	margin: 0 5px; 
	text-align:center;
}

.ngg-album-compactbox {
	float: left;
	background:transparent url(images/layout/gallery_bg.png) center center no-repeat;
	height: 150px;
	width: 150px;
}

.ngg-album-compactbox .Link {
	float:left;
	padding: 20px;
}

.ngg-album-compactbox .Thumb {
	float: left;
	width: 110px; 
	height: 110px;
}

.ngg-album-compact h4 {
	clear: both;
	padding: 10px 0 0 0;
	width: 144px;
	font-size: 16px;
}

.ngg-album-compact p {
	padding: 2px 0;
	font-size: 12px;
	font-weight: bold;
}


/* Gallery style */

.ngg-galleryoverview {
	overflow: auto;
	margin: 20px 0;
	clear:both; 
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
	margin: 0 6px 6px 0;
	text-align: center;
	background:#eeeeee;
	border: 1px solid #e7e7e7;
}

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

.ngg-gallery-thumbnail a {
	float: left;
	padding: 5px;
	background:#eeeeee;
}

.ngg-gallery-thumbnail a:hover {}

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

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

.ngg-clear {
	clear: both;
}


/* Gallery navigation */

.ngg-navigation {
	clear: both;
	padding: 20px 0;
	font-weight: bold;
	text-align:center;
}

.ngg-navigation span, .ngg-navigation a {
	display: inline-block;
	margin: 0 2px;
	padding: 2px 6px;
	border:1px solid #e7e7e7;
}

.ngg-navigation span {
	color: #555555;
}

.ngg-navigation .prev {
	background: url(images/icons/content/bullet_go_left.png) center left no-repeat;
	padding: 2px 4px 2px 20px;
}

.ngg-navigation .next {
	background: url(images/icons/content/bullet_go_right.png) center right no-repeat;
	padding: 2px 20px 2px 4px;
}


/* Image browser style */

.ngg-imagebrowser {}

.ngg-imagebrowser h3 {}

.ngg-imagebrowser img {
	width: 628px;
	margin: 10px 0;
	padding: 5px;
	background: #eeeeee;
	border: 1px solid #e7e7e7;
}

.ngg-imagebrowser-nav {
	padding: 5px 0;
	overflow: auto;
	font-weight: bold;
}

.ngg-imagebrowser-nav .back {
	float:left;
	display: inline-block;
	padding: 2px 6px;
	border:1px solid #e7e7e7;
}

.ngg-imagebrowser-nav .next {
	float:right;
	display: inline-block;
	padding: 2px 6px;
	border:1px solid #e7e7e7;
}

.ngg-imagebrowser-nav .counter {
	padding: 5px 0 0 0;
	text-align: center;
	overflow: auto;
}

.ngg-imagebrowser-desc {
	clear: both;
	padding: 10px 0;
	text-align: center;
	font-weight: normal;
}

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


/* Slideshow */

div.slideshow {
	margin: 0 auto; 
	text-align: center;
	padding: 5px;
	background-color: #eeeeee;
	border: 1px solid #e7e7e7;
}

div.slideshowlink {
	margin: 0 0 10px 0;
}


div.slideshowlink a {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0 20px 0 0;
	background: transparent url(images/icons/content/bullet_go_right.png) center right no-repeat;
}


/* Single picture */

.ngg-singlepic {
	padding: 5px;
	background-color: #eeeeee;
	border: 1px solid #e7e7e7;
}

.ngg-left {
	float: left;
	margin: 5px 15px 10px 0;
}

.ngg-right {
	float: right;
	margin: 5px 0 10px 15px;
}

.ngg-center {
  	margin: 5px auto 10px auto;
}


/* Sidebar widget */

.ngg-widget, .ngg-widget-slideshow {
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

.ngg-widget img {
	float: left;
	margin: 0;
	padding: 5px;
	background: #eeeeee;
	border: 1px solid #e7e7e7;
}

.ngg-widget a {
	float: left;
	margin: 4px;
}

/* Related images */

.ngg-related-gallery {
	border: 1px solid #e7e7e7;
	margin: 15px 0;
	padding: 10px;
}
.ngg-related-gallery img {
	float: left;
	height: 50px;
	width:  50px;
	margin: 10px;
	padding: 5px;
	background: #eeeeee;
	border: 1px solid #e7e7e7;
}

.ngg-related-gallery a {
	float: left;
}