	#imageSlideshowHolder{

		/* This is a CSS hack in order to get a nice look in IE 5.5 and lower 

		In these versions of Internet Explorer, we need to add borders and padding to the width. In this example, we have a 3 pixel
		border on all sides. This means that the width in IE5.5 should be 606 pixels(600 + border 3px on the left + border 3 px on the right). Height
		should be set to 456 pixels(450 + 3 +3). IE 5.5 will ignore the width attributes below the first line. These will be applied to other browsers.

		*/
		/* CSS HACK */
		width: 736px;	/* IE 5.x */
		width/* */:/**/730px;	/* Other browsers */
		width: /**/730px;
		
		/* CSS HACK */
		height: 281px;	/* IE 5.x */
		height/* */:/**/275px;	/* Other browsers */
		height: /**/275px;
		
		position:relative;	/* Never change this value */
		
	}
	.imageInGallery{		
		width:600px;
		height:250px;

		
		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
	}
	#imageSlideshowHolder img{
		position:absolute;
	}
	
	/*chris - description overlay*/
	#the_captions{
		display:none;
		}
	.imageInGallery_DESC{
		position:absolute;

		padding:30px;
		padding-top:25px;
		margin-left:30px;
		margin-top:5px;
		z-index:100;
		/*height:200px;*/
		width:240px;

		font-size:80%;
		}
	.imageInGallery_DESC h1{
		font-size:140%;
		margin:0px;
		padding:0px 0px 5px 0px;
		}

.sticky {
  position: relative;
  top: 0; }

.sticky1 {
  position: relative;
  top: 0;
  z-index: 999; }

.side-nav li a:not(.button) { padding: 0 !important; }

.side-nav li { border-bottom: 1px solid #E9E9EA; border-left: 3px solid #E6E6E6; border-right: 3px solid #E6E6E6; margin: 0 !important;}
.side-nav { padding: 0.275rem 0 !important; }

 a:hover, a:focus {
    color: #333333; }
    
    * {box-sizing:border-box}
body {font-family: Verdana,sans-serif;margin:0}
.mySlides {display: inline-block;
margin:0 auto;
}
.myslides{
 display: inline-block;
 margin:0 auto;   
}
.mySlides img{
 margin-left:15px;
}
/* Slideshow container */
.slideshow-container {
  max-width: 1200px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}