/*
CSS Name: Shadow Effect with Description text
Description: NextGEN Default Style with a Shadow effect and description text below the thumbnail
Author: Alex Rabe
Version: 1.44
   
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-title{
background:#fff;
display:block;
padding:2px;
margin:0;
border-top:1px solid #D1E5E8;
border-right:1px solid #D1E5E8;
border-left:1px solid #ccc;
border-bottom:1px solid #ccc;
color:#666;
font-size:0.8em;
text-align:center;
width: 120px;
position:relative;
top:-30px;
left:30px;
text-decoration:none;

}

.ngg-gallery-thumbnail a{ text-decoration:none;}

#gallery-title:hover{
background:rgb(144,173,190);
cursor:pointer;
color:#fff;
}



.piclenselink {font-size:0.8em; text-align:right; margin-bottom:20px; }

.piclenselink a{ background:url('images/piclens.jpg') no-repeat #D1E5E8; padding:1px 2px 0px 20px; text-decoration:none;}


.ngg-galleryoverview {
	margin-top: 10px;
	clear:both; 
	display:block !important;
}

.ngg-gallery-thumbnail-box {
float: left;
text-align:center;
width: 165px;
display: inline;
float: left;
margin:0px 10px 5px 10px;

}

.ngg-gallery-thumbnail { margin:5px; background:#D1E5E8; max-height:215px; }

.ngg-gallery-thumbnail img{
border:1px solid #eee;
background:#fff;
padding:5px;
margin:10px 10px -15px 10px;
width:120px;
height:183px;
}

.ngg-clear {	clear: both;}