/* Styles for NextGen Plugin - Here to prevent automatic plug-in updating from deleting the style */

.ngg-galleryoverview {
margin: 10px 0 0 0;
width: 900px;
clear:both;
padding:0;}

.ngg-gallery-thumbnail-box{
text-align:center;
float:left;
margin:12px 9px;}

.ngg-gallery-thumbnail{
min-height:151px;
display:block !important;}

.ngg-gallery-thumbnail img {
text-align:center; /* Required to make text line up with images */
display:inline-block; /* inline-block required to make text line up with images */
padding:3px;
background-color:#555;
border:1px solid #444;}

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

.ngg-gallery-thumbnail span {
font-size:.8em;
color:#fff;
display:block;
}
.subDesc {font-size:11px;color:#ccc;display:block;margin:3px 0;}
.ngg-clear {clear: both;}



/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;

	margin:0 0 0 20px;
	padding:3px 0 0 0;
}

.ngg-widget img {
	border:1px solid #A9A9A9;
	margin:0pt 2px 2px 0px; 
	padding:1px; 
}



/* Required to prevent odd wrapping in IE6 otherwise min-height would work */

/* Override for height on pano gallery */
#ngg-gallery-1 .ngg-gallery-thumbnail{height:110px;min-height:110px;}

/* Override for height on horizontal gallery */
#ngg-gallery-2 .ngg-gallery-thumbnail{height:153px;}

/* Override for height on vertical gallery */
#ngg-gallery-3 .ngg-gallery-thumbnail{height:175px;}

/* Override for height on square gallery */
#ngg-gallery-4 .ngg-gallery-thumbnail{height:175px;}

/* Override for height on new work gallery */
#ngg-gallery-5 .ngg-gallery-thumbnail{height:175px;}