/************ Large Pics ******************/
div.scroll-large {
	position:relative;
	overflow:hidden;
	margin: 89px 0px 0px 10px;
	width: 716px;
	height:716px;
	background-color:#DFFADF;
	float:left;
}
div.scroll-large div.items-large {
  width:20000em;
	position:absolute;
	clear:both;
	margin-left:0px;
}
div.scroll-large div.items-large div {
	float:left;
	text-align:center;
	width:716px;
	padding:5px 1px;
	font-size:0px;
	font-family: 'bitstream vera sans';
	background-color: #DFFADF;
	margin-right: 0px;
	-moz-border-radius:5px;
}
div.scroll-large div.items-large div.active {
	background-color:#fff;
}
div.scroll-large div.items-large div img {
  height: 712px;
  width: 712px;
}
/************ Thumbnails ******************/
div.scroll-small {
	position:absolute;
	overflow:hidden;
	margin: 0px 26px;
	width: 716px;
	height:185px;
	background-color:#DFFADF;
	float:left;
}
div.scroll-small div.items-small {
  width:20000em;
	position:absolute;
	clear:both;
	margin-left:0px;
}
div.scroll-small div.items-small div {
	float:left;
	text-align:center;
	width:175px;
	padding:5px 2px;
	font-size:0px;
	font-family: 'bitstream vera sans';
	background-color: #DFFADF;
	margin-right: 0px;
	-moz-border-radius:5px;
}
div.scroll-small div.items-small div.active {
	border:1px inset #ccc;
	background-color:#fff;
	cursor: pointer;
}
div.scroll-small div.items-small div img {
  height: 175px;
  width: 175px;
}

div.narration {
  margin-left: 89px;
  margin-right: 89px;
  margin-top: 575px;
}
div.narration p {
	font-family: monospace;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: large;
	line-height: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
	text-indent: 0ex;
}
