/* Start of CMSMS style sheet 'gallery' */
/* Image Gallery - Small Thumbnail Images */

.thumb
{
	margin: 1.0em 1.0em 1.6em 0;
	/* Space between images */
	padding: 0;
	float: left;
	text-decoration: none;
	line-height: normal;
	text-align: center;
}

.thumb img, .thumb a img, .thumb a:link img
{
	/* Set link formatting*/
	display: inline;
	padding: 10px;
	/* 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: #888973;
	/*Background of photo */
	border-top: 1px solid #B7B8AA;
	/* Borders of photo frame */
	border-right: 2px solid #515245;
	border-bottom: 2px solid #515245;
	border-left: 1px solid #B7B8AA;
	text-decoration: none;
}

.thumb a:visited img
{
	background-color: #888973;
	/*Background of photo on hover - sort of a light grey */
}

.thumb a:hover img
{
	background-color: #660000;
	/*Background of photo on hover - sort of light blue/green */
}

.thumbPicCaption
{
	text-align: center;
	font-size: smaller;
	margin: 0 1px 0 0;
	padding-right: 0;
	width: 120px;
	/* Image width plus 2 x padding for image (photo frame) - to center text on image */
	/* display: none;  if you do not want to display this text */
}

/* 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) */
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0 1px 0 0;
	padding: 0;
	width: 386px;
	/* Image width plus 2 x padding for image (photo frame) - to center text on image */
	/* display: none;  if you do not want to display this text */
}

.bigPic img
{
	/* Big Image settings */
	width: 350px;
	/* Width of Big Image */
	height: auto;
	display: inline;
	padding: 18px;
	/* 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: #660000;
	/* Background of photo */
	border-top: 1px solid #B7B8AA;
	/* Borders of photo frame */
	border-right: 2px solid #515245;
	border-bottom: 2px solid #515245;
	border-left: 1px solid #B7B8AA;
	text-decoration: none;
	text-align: left;
}

.bigPicNav
{
	/* Big Image information: 'Image 1 of 4' and gallery navigation */
	margin: 0;
	width: 386px;
	/* Image width plus 2 x padding for image (photo frame) - to center text on image */
	padding: 0;
	color: #DBDCD5;
	font-size: smaller;
	line-height: normal;
	text-align: center;
	/* display: none;  if you do not want to display this text. Why? You Lose Navigation! */
}

/* End of 'gallery' */

