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

*/

.piclenselink {
	display: none;}

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

.ngg-galleryoverview {
	overflow: hidden;
	width: 650px;
	clear:both;
	margin-bottom: 25px; }

.ngg-gallery-thumbnail-box {
	float: left;
	width: 94px;
	height: 94px;
	margin-right: 4px;
	margin-bottom: 4px;}

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

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #b2b2b2;
	padding:1px;}

.ngg-gallery-thumbnail img:hover {
	background-color: #ddd;} 

.ngg-clear { 
	clear: both; }
