#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: #c0c0a0;
	} 
#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:74px;
	height:56px;
	border:1px solid #aaa;
	text-decoration: none;
	outline: 0;
	overflow:hidden;
	}
#scroller b#thumbs a img { /* thumbnail dimensions */
  width: 74px; 
	height: 56px;
	}
#scroller b#thumbs a:hover { /* thumbnail hover area */
  border: 1px solid #aaa;
	background: #c0c0a0;
	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: 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;
	} 
p.scroller {
  text-align: center;
  margin: 0 auto;
	line-height: 2em;
  }
					
