/*
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

*/

* {
	margin: 0;
	padding: 0;
}

/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	
}

.ngg-album {
	
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
	
} 

.ngg-album {
	
}

.ngg-albumtitle {
	
}

.ngg-thumbnail {
	
}

.ngg-thumbnail img {
	
}

.ngg-thumbnail img:hover {
	
}

.ngg-description {
	
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	
}

.ngg-album-compactbox {
	
}


.ngg-album-compactbox .Thumb {
	
}

.ngg-album-compact h4 {
	
}

.ngg-album-compact p {
	
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	width: 100%;
	position: relative;
}

.ngg-galleryoverview .desc {
/* required for description */
	
}

.ngg-gallery-thumbnail-box {
	height: 433px;
}

.ngg-gallery-thumbnail {
	margin: 0 auto;
	width: 650px;
}

.ngg-gallery-thumbnail img {
	margin: 25px auto;
	display: block;
	border: 0;
}

.ngg-gallery-thumbnail img:hover {
	
} 

.ngg-gallery-thumbnail span { /* Images description */
	
}

.ngg-clear {
	
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	padding-top: 100px;
	width: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('images/photos-text.png') no-repeat;
}

.ngg-navigation span {
	margin: 6px 0;
	width: 12px;
	height: 12px;
	display: block;
	background: url('images/orange-dot.png') top center no-repeat;
}

.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover {
	display: none;
}

.ngg-navigation a.page-numbers,
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	margin: 6px 0;
	width: 12px;
	height: 12px;
	display: block;
	background: url('images/orange-dot.png') bottom center no-repeat;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	margin: 6px 0;
	width: 12px;
	height: 12px;
	display: block;
	background: url('images/orange-dot.png') top center no-repeat;
}

/* ----------- 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 {
	margin: 25px auto;
	display: block;
	border: 0;
}

.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 {
	
} 

/* ----------- Gallery list -------------*/

.ngg-galleryoverview ul li:before {
	
}

.ngg-gallery-list {
	
}

.ngg-galleryoverview div.pic img{
	
}

.ngg-gallery-list li {
	
}

.ngg-gallery-list li a {
	
}

.ngg-gallery-list li.selected a{
	
}

.ngg-gallery-list li img {
	
}

li.ngg-next, li.ngg-prev {
	
}

li.ngg-next a, li.ngg-prev a  {
	
}

/* ----------- Custom -------------*/

#alt {
	margin-top: -22px;
	padding: 0;
	float: left;
	font-size: 10px;
	line-height: 12px;
}

#photocaption {
	margin-top: -22px;
	padding: 0;
	float: right;
	font-size: 9px;
	line-height: 12px;
}