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

*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-gallery-thumbnail-box {
	float: left;
	margin: 0 26px 0 26px;
	padding: 0 0 30px 0;
}

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

.ngg-gallery-thumbnail-box a {
	border: 1px solid #cd6935;
	float: left;
}

.ngg-gallery-thumbnail-box a:hover {
	border: 1px solid #479e4d;
}

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

.ngg-clear {
	display: none;
}