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

.ngg-album {
	width: 400px;
	float: left;
	margin: 0 40px 40px 0;
}

.ngg-album {
}

.ngg-albumtitle {
}

.ngg-thumbnail {
	background: url("bg-thumb.png") no-repeat;
	float: left;
	padding: 10px;
	margin: 0 20px 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 -------------*/

.ngg-album-compact {
	width: 120px; height: 170px;
	float: left;
	margin: 0 40px 20px 0; 
}

.ngg-album-compactbox {
	background: url("bg-thumb.png") no-repeat;
	float: left;
	padding: 10px;
}

.ngg-album-compactbox .Thumb {
}

.ngg-album-compact h3 {
	font-size: 12px; 
	font-weight: bold; 
	margin-top: 4px;
}

.ngg-album-compact p {
	margin: 0; 
	padding: 0;
}

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

.ngg-galleryoverview {
}

.ngg-galleryoverview .desc {
}

.ngg-gallery-thumbnail-box {
	background: url("bg-thumb.png") no-repeat;
	float: left;
	padding: 10px;
	margin: 0 40px 20px 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 {
} 
