/***********************************************/
/*****     GALLERY                         *****/
/***********************************************/

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

.ngg-galleryoverview .desc {
 margin:0px 10px 10px 0px;
 padding:5px;}

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

.ngg-gallery-thumbnail {
	float:left;
	margin-right:5px;
	text-align:center;}

.ngg-gallery-thumbnail img {
	background-color:#333333;
	border:1px solid #666666;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;}

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

.ngg-gallery-thumbnail span {
	display:block;
	font-size:90%;
	padding-left:5px;}

.ngg-clear {
	clear:both;}


/***********************************************/
/*****     SINGLEPIC                       *****/
/***********************************************/

.ngg-singlepic {
	background-color:#000000;
	display:block;
	margin-bottom:1em;
	padding:0;}

.ngg-left {
	float:left;
	margin-right:10px;}

.ngg-right {
	float:right;
	margin-left:10px;}

.ngg-center {
 margin-left:auto !important;
 margin-right:auto !important;}


/***********************************************/
/*****     SLIDESHOW                       *****/
/***********************************************/

.slideshow {
	margin-left:auto; 
	margin-right:auto;
	text-align:center;
	outline:none;}

.slideshowlink {}