/*
CSS Name: Erpedana Gallery
Description: For Erpedana Gallery
Author: Rano Dimas
Version: 1
   
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

*/

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

.ngg-galleryoverview {
	overflow: hidden;
	clear:both;
	display:block !important;
	margin-bottom: 20px;
}

.ngg-galleryoverview .desc {
}

.ngg-gallery-thumbnail-box {
	float: left;
	height: 63px;
	width: 63px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #EEE;
}

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

.ngg-gallery-thumbnail img {
	display:block;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.ngg-gallery-thumbnail img:hover {
	-moz-opacity:0.80;
} 

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

.ngg-clear {
	clear: both;
	background-color: #FFF;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.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 {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.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 {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}