/* Start of CMSMS style sheet 'imagegallery' */
#imagegallery {
	position: relative;
}

/* Image Gallery - Small Thumbnail Images */
#content .thumb {
	margin: 1em 0.5em; /* Space between images */
	padding: 0;
	float: left;
	text-decoration: none;
	line-height: normal;
	text-align: center;
}

#content .thumb img, #content .thumb a img, #content .thumb a:link img{ /* Set link formatting*/
	width: 75px; /* Image width*/
	height: auto;
	display: inline;
	padding: 6px; /* Image padding to form photo frame */
	/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
	margin: 0;
	background-color: white; /*Background of photo */ 
	border-top: 1px solid #fff; /* Borders of photo frame */
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-left: 1px solid #fff;
	text-decoration: none;
}

#content .thumb a:hover img {
	background-color: #dae6e4; /*Background of photo on hover - sort of light blue/green */
}

#content .thumbPicCaption {
	display: none;
	text-align: center;
	font-size: smaller;
	margin: 0 1px 0 0;
	padding: 0;
}

/* Image Gallery - Big Images */
.bigPic {
	margin: 10px 0 5px 0;
	padding: 0;
	line-height: normal;
}

.bigPicCaption { /*Big Image Name - above image above .bigpicImageFileName (Without extension) */
	display: none;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0 1px 0 0;
	padding: 0;
}

.bigPic img{ /* Big Image settings */
	width: 587px; /* Width of Big Image */
	height: auto;
	display: inline;
	padding: 18px; /* Image padding to form photo frame. */
	margin: 0;
	background-color: white; /* Background of photo */ 
	border-top: 1px solid #eee; /* Borders of photo frame */
	border-right: 2px solid #ccc; 
	border-bottom: 2px solid #ccc;
	border-left: 1px solid #eee;
	text-decoration: none; 
	text-align: left;
}

.bigPicNav { /* Big Image information: 'Image 1 of 4' and gallery navigation */
	text-align: center;
}

/* End of 'imagegallery' */

