/*
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{
	width: 600px;
	display: table;
}

.ngg-album {
	width: 260px;
	height: 96px;
	display: block;
	float: left;
	margin: 0 20px 20px 0;
}

.ngg-album {
}

.ngg-albumcontent {
}

.ngg-albumtitle {
}

.ngg-thumbnail {
	width: 96px;
	height: 72px;
	display: table;
	float: left;
	margin: 0 10px 0 0; 
}

.ngg-thumbnail img {
}

.ngg-thumbnail img:hover {
}

.ngg-description {
	float: left;
}

.ngg-description h3 {
	margin-bottom: 4px;
}

.ngg-description p {
	margin: 0 0 10px 0; 
	padding: 0;
}

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


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

.ngg-galleryoverview {
	width: 560px;
}

.ngg-galleryoverview .desc {
}

.ngg-gallery-thumbnail-box {
	float: left;
	margin: 0 10px 10px 0; 
}

.ngg-gallery-thumbnail {
}

.ngg-gallery-thumbnail img {
}

.ngg-gallery-thumbnail img:hover {
} 

.ngg-gallery-thumbnail span {
}

.ngg-clear {
}

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

.ngg-navigation {
}

.ngg-navigation span {
}

.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 {
}

.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 {
}

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

.ngg-imagebrowser {
}

.ngg-imagebrowser h3 {
}

.ngg-imagebrowser img {
}

.ngg-imagebrowser-nav {
}

.ngg-imagebrowser-nav .back {
}

.ngg-imagebrowser-nav .next {
}

.ngg-imagebrowser-nav .counter {
}

.exif-data {
}

/* ----------- Slideshow -------------*/
.slideshow {
}

.slideshowlink {
	
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
}

.ngg-left {
}

.ngg-right {
}

.ngg-center {
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
}

.ngg-widget img {
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
}

.ngg-related-gallery img {
}

.ngg-related-gallery img:hover {
}


