#box {
  width: 100%;
	height: 450px;
	margin: 0 auto 30px auto; 
	text-align: center;
	}
img {
  border: 0;
	}
img.gal_bg {
   float: left; 
	 margin: 75px 0 0 98px;
	 } 	
#scroller { /* entire display */
  position: relative;
	top: -10px;
	left: 20px;
	width: 100%;
	height: 300px;
	margin: 0 auto;
	padding: 5px 0 30px 0;
	text-align: center;
	background: #ebe7cb;
	} 
#scroller b#thumbs { /*thumbnail area*/
  display: block; 
	width: 105px; 
	height: 374px; 
	overflow: auto; 
	float: right; 
	margin: 25px 14px 0 0; 
	padding: 0;
	} 
#scroller b#thumbs a { /*thumbnail blanks */
  display: block;
	float:left; 
	margin:0 5px 5px 0;
	background: #f8f8ff;
	width: 75px;
	height: 56px;
	border: 1px solid #aaa;
	text-decoration: none;
	outline: 0;
	}
#scroller b#thumbs a img { /* thumbnail dimensions */
  width: 75px; 
	height: 56px;
	}
#scroller b#thumbs a:hover { /* thumbnail hover area */
  border: 1px solid #aaa;
	background: #ebe7cb;
	cursor: default;
	} 
#scroller b#thumbs a:hover img { /* hover images display area to left */
  display: block;
	position: absolute;
	z-index: 100;
	top: 60px;
	right: 170px;
	width: 410px;
	height: auto;
	background:#fff;
	}
#scroller b#thumbs a:hover span { /* photo caption style, position */
  font-family: Georgia, Palatino Linotype, Book Antiqua, Times New Roman, serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.5em;
	display: block;
	position: absolute;
	width: 350px;
	height: 1%;
	top: 375px;
	left: 150px;
	text-align: center;
	color: #000;
	}
#scroller b#thumbs a span { /* a:hover link display hidden */
  display: none;
	} 
p.scroller {
  text-align: center;
  margin: 0 auto;
	line-height: 2em;
  }
/* end Nichols gallery */

	
* html img, div#header, div#papertop, div#paperbot, div.handbill { 
  behavior: url(iepngfix.htc) 
}		


/* gallery for slideshow */
p#instruct {
  margin: 35px 0 -20px 0; 
	text-align: center;
	}
p#instruct.hide {
  display: none;
	}	
ul.slides {
  margin: 70px auto 20px auto;
	width: 500px;
	height: 0;
	}
#gallery {
  position: relative;
  width: 500px; 
	margin: 100px auto 20px auto;
	}
#gallery.hide { /* 'hides' #gallery when jscript not enabled */
  height: 0;
	display: none;
	}		
#gallery ul {
  list-style: none;
	}
/* gallery slideshow */ 
#img-gallery {
margin: 10px auto 55px auto;
padding: 10px;
width: 360px;
height: auto;
border: 3px solid #516059;
background: #516059; 
}
#img-gallery ul { /* slide number list */
list-style-type: none;
position: absolute;
top: -45px;
left: 10px; /* adjusted for box count */
width: 477px; /* adjusted for box count */
}
#img-gallery ul li {
display: inline;
  }
#img-gallery ul a {
display: inline;
float: left;
margin: 0 3px 0 0;
padding: 5px 10px;
border: 2px solid #fff;
background: #ddd;
color: #000;
outline: none;
text-decoration: none;
}
#img-gallery ul a#playstop {
float: right;
margin: 1px 0 0 -15px;
border: 1px solid #516059;
border-top: 2px solid #516059; 
background: #516059 url(../images/play.gif) no-repeat center;
}
#img-gallery ul a#playstop.stop {
background: #516059 url(../images/stop.gif) no-repeat center;
}
#img-gallery ul a.active, #img-gallery ul a:hover {
background: #eee; 
border: 2px solid #bbb;
color: #bbb;
padding: 5px 10px;
}
#img-description {
display: none;
font-size: 100%;
margin: 0 auto; 
text-align: center;
width: 100%;
}
#img-gallery #img-description p {
padding: 25px 15px 15px;
color: #000;
}
#img-gallery img {
display: block;
}
/* end gallery slideshow */						