	.featureGalleryHolder {
		margin:0;
		padding-left:20px;
		width:664px; /*744, 664px for 12 total thumbs*/
		float:left;
		display:inline;
	}
	.featureGallery {
		position: relative; /*relative leave this value alone*/
		overflow: scroll; /*leave this value alone*/
		width:345px; /*Width of Carousel Viewer itself 386px*/
		height: 380px; /*Height should enough to fit largest content's height*/
		margin:0;
		padding:0;
		float:left;
		display:inline;
	}
	
	.featureGallery .imageText {
		position:absolute;
		margin:0;
		padding:0;
		left:0px; /*30px for 12 total thumbs*/
		bottom:30px;
	}
	.featureGallery .belt{
		position: absolute; /*leave this value alone*/
		left: 0;
		top: 0;
	}

	.featureGallery .panel {
		float: left; /*leave this value alone*/
		overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
		margin:0; /*margin around each panel*/
		/* width:536px;  616, 536px Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. width of the center*/
	}
	.featureGalleryNav {
		margin:0;
		float:left;
		width:156px; /* 180, 144,134px this is the width of the left and right thumbs*/
		display:inline;
		padding-left:3px;
		padding-top:0;
		padding-right:0;
		padding-bottom:0;
	}
	.featureGalleryNav ul {
		margin:0;
		padding:0;
		float:left;
		display:inline;
	}
	.featureGalleryNav li {
		margin:0;
		padding:0;
		list-style:none;
		float:left;
		display:inline;
	}
	.featureGalleryNav li a {
		margin:0;
		padding:0;
		display:block;
		width:149px;   /*177, 56px for 12 total thumbs*/
		height:118px; /*56px for 12 total thumbs*/
		border:3px solid #FFFFFF;
	}
	.featureGalleryNav li a.blueOutline {
		margin:0;
		padding:0;
		display:block;
		width:149px;   /*177,56px for 12 total thumbs*/
		height:118px;   /*56px for 12 total thumbs*/
		border:2px solid #4793BF;
	}
	.featureGalleryNav li a img {
		margin:0;
		padding:0;
		display:block;
		width:149px;/*177, 56px for 12 total thumbs*/
		height:118px;   /*56px for 12 total thumbs*/
	}
	
	.overlay { opacity:0.2;filter:alpha(opacity=20) }