.gallery_imageContainer {
	padding:0px;
	/* width:400px */
}

.gallery_thumbnailBox {
	margin:5px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}

.gallery_ThumbImage {
	border:1px solid gray;
	padding:2px;
}

.galleryPop_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}

.galleryPop_caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
}

.gallery_slider {
	padding-top:10px;
	height:140px;
}
.gallery_VerticalSlider {
	padding-left:10px;
	width:160px;
	height:480px;
}

.gallery_inset {
	width:1600px; /* this value needs to be the overall width of all the images shown */
	
}
.gallery_VerticalInset {
	height:1600px; /* this value needs to be the overall width of all the images shown */
	
}