/* CSS Document */

/* Print style sheet for http://www.barnhillrockgarden.org.uk. With thanks to Joost De Valk (www.joostdevalk.nl) */

body {
	background-color: #fff !important;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	margin: 0 5%;
}
#left, #right, #footer, #bannerpic, .slideshow, #controls {
	display: none;
}
#container, #content {
	width:auto;
}
#content {
	float:none;
}
a img, a:link img, a:visited img {
	border:none;
}
a, a:visited {
	color: #000;
	text-decoration: underline;
}
/*#content a:after {
	content: " (" attr(href) ") ";
}
*//*#content ul li a:after, #content ol li a:after, #content ul li a:after, #content p a:after, #content p a:after {
	content: " (" attr(href) ") ";
	font-size: 80%;
}
*/
/*#content a:after img {
	content: "" !important;
}
#content small a:link:after, #content small a:link:after, #content a[rel^="nofollow"]:after, #content p[style^="float: right"] a:after {
	content: "" !important;
}
*/
.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
	/*height: 130px;*/
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.0em;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-singlepic img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin: 5px;
	padding:4px;
	text-decoration:none;
	position:relative;
}
.ngg-left {	float: left;}

.ngg-right {float: right;}

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
/*        border: 1px solid #A9A9A9; */
/*        height:200px; */
        height: 11em;
        overflow: hidden;
}

.ngg-gallery-thumbnail {
	float: left;
	margin: 0 3px 0 0;
        padding:0;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:0px 0px 0px -4px;
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:85%;
        line-height:11pt;
	padding:0;
        margin:-10px 0 5px 0;
	display:block;
        text-align: left;
}

.ngg-clear {
	clear: both;
}
