/* Begin Nichols scrolling slideshow styling */
#box {
  width: 99%;
	height:450px; 
	margin: 0 auto 30px auto; 
	text-align: center;
	}
img {
  border: 0;
	}
#scroller { /* entire display */
  position: relative;
	width: 100%;
	height: 400px;
	margin: 0 auto;
	padding: 5px 0 3em 0;
	text-align: center;
	background: #fff
	} 
#scroller b#thumbs { /*thumbnail area*/
  display: block; 
	width:106px; 
	height: 374px; 
	overflow:auto; 
	float:right; 
	margin: 24px 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: #eee;
	cursor: default;
	} 
#scroller b#thumbs a:hover img { /* hover images display area to left */
  display: block;
	position: absolute;
	top: 50px;
	right: 30%;
	width: 410px;
	height: auto;
	background:#fff;
	}
#scroller b#thumbs a:hover span { /* photo caption style, position */
  font-family: tahoma,verdana,helvetica,arial,sans-serif;
	font-size: 120%;
	font-weight: normal;
	line-height: 1.5em;
	display: block;
	position: absolute;
	width: 300px;
	height: 1%;
	top: 365px;
	right: 39%;
	color: #14557f;
	text-align: center;
	}
#scroller b#thumbs a span { /* a:hover link display hidden */
  display: none;
	} 
/* end Nichols show styling */
p.scroller {
  text-align: left;
  margin: 0 auto;
  }
					