/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Alex Rabe
Version: 2.10

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-tumbnail-box
{
	padding: 30px 0 0px 30px;
	width:  90px;
	float: left;
	height: 570px;
}
ul.ngg-gallery-list
{
	list-style: none;
}
.ngg-thumbnail-list
{
	height: 72px;
}
.ngg-thumbnail-list img
{
	border-color: #ffffff;
}
.picandtxt
{
	padding: 30px 0 30px 30px;
	height: 570px;
	float: left;
}
.pic img
{
	height: 570px;
}
.textpanel h2
{
	padding: 0;
	font-family: Verdana, Helvetica Neue, Arial, sans-serif;
  	font-style: normal;
  	font-weight: normal;
  	font-size: 12px;
    	text-decoration:none;
	line-height: 1.4em;
	color: #000000;
}
.textpanel p
{
	display: none;
}