

/* ----------------------------------------------- IMAGE GALLERY -------------------------------------------- */

/* Image Gallery - Small Thumbnail Images */
	.thumb {
		margin: 25px 10px 80px 25px; /* Space between images */
		padding: 0;
		float: left;
		text-decoration: none;
		line-height: normal;
		text-align: left;
width: 110; /* Image width*/
		height: 110px; /* Image height*/
                
	}

	.thumb img, .thumb a img, .thumb a:link img{ /* Set link formatting*/
               vertical-align: middle;		
               max-width: 140px;
               max-height: 140px;
		display: inline;
		padding: 0px; /* 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: 0px solid #eee; /* Borders of photo frame */

		border-right: 0px solid #ccc;
		border-bottom: 0px solid #ccc;
		border-left: 0px solid #eee;
		text-decoration: none;
	}
	.thumb a:visited img {
		background-color: #eee; /*Background of photo on hover - sort of a light grey */
	}
	.thumb a:hover img {
		background-color: #dae6e4; /*Background of photo on hover - sort of light blue/green */
	}
	.thumbPicCaption {
		text-align: center;
		font-size: smaller;
		margin: 0 1px 0 0;
		padding: 0;
		width: 124px; /* 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-weight: bold;
		font-variant: small-caps;
		font-weight: bold;
		margin: 0 1px 0 0;
		padding: 0;
		
		/* display: none;  if you do not want to display this text */
	}
	.bigPic img{ /* Big Image settings */
		
 max-width: 620px;  /* 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: 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: center;
		align: center;
horizontal-align: 50%;
	}
	.bigPicNav { /* Big Image information: 'Image 1 of 4' and gallery navigation */
		margin: 0;
		padding: 0;
		color: #000;
		font-size: smaller;
		line-height: normal;
		text-align: center;
		/* display: none;  if you do not want to display this text. Why? You Lose Navigation! */
	}
	.thumbcb {
		margin: 2.5em 0em 2.5em 7em; /* Space between images */
		height: 220px; /* Image height*/
list-style-type:none;
		float: left;
                
	}
.thumbcbinner {

		padding: 10;
		float: left;
		text-decoration: none;
		line-height: normal;
		text-align: center;
width: 200; /* Image width*/
border: 1px solid #000;
list-style-type:none;
height: 220px;

                
	}
.thumbcbpic {
height: 100px;
                
	}

.thumbotherpic {
height: 130px;
                
	}
	.thumbcb ul{
padding: 10;
list-style-type:none;
                
	}
	.thumbcb img, .thumb a img, .thumb a:link img{ /* Set link formatting*/
               vertical-align: middle;		
               max-width: 140px;
               max-height: 140px;
		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: white; /*Background of photo */ 
		border-top: 0px solid #eee; /* Borders of photo frame */

		border-right: 0px solid #ccc;
		border-bottom: 0px solid #ccc;
		border-left: 0px solid #eee;
		text-decoration: none;
	}

	.thumbPicCaption {
		text-align: center;
		font-size: smaller;
		margin: 0 1px 0 0;
		padding: 0;
		width: 160px; /* 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 */
	}