div#thumbcontainer {
	position: relative;
	width: 520px;
	height: 300px;
	margin: 0 9px;
}
.Container {
  position: absolute;
  top: 0; left: 0;
  width: 500px;
  height: 300px;
  background: url(/images/gallery/container_background.gif) no-repeat;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 500px;
  height: 300px;
}
#Scroller-1 p {
  margin: 0; padding: 10px 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: #6F6048;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 0; left: 500px;
	width: 20px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
	top: 0; left: 0;
}
.Scrollbar-Track {
  width: 16px; height: 274px;
  position: absolute;
  top: 13px; left: 0;
  background: transparent url(/images/gallery/scrollbar_track.gif) repeat-y center center;
}
.Scrollbar-Handle {
  position: absolute;
  width: 12px; height: 28px;
	top: 0; left: 2px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 287px;
}


/* ************************************************** .gallerythumbs styles ********** */
ul.gallerythumbs {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.gallerythumbs li {
	height: 87px;
	float: left;
	padding: 0;
	margin: 10px 5px 0 5px;
}
.gallerythumbs li a {
	height: 87px;
	margin: 0;
}
.gallerythumbs li img {
	border: solid 1px #474E32;
}


/* ************************************************** gallery index styles ********** */
.note {
	font-size: 10px;
}
ul.galleryindex {
	list-style-type: none;
}
.galleryindex ul {
	margin: 0;
}
.galleryindex li {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
	overflow: hidden;							/* clears contained floats */
}
img.galleryindexthumb {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	border: solid 1px #474E32;
}
.gallerydata {
	font-size: 10px;
  color: #323D47;
	white-space: nowrap;
}
#column .section ul {
	margin: 0 5px 0 10px;
	padding: 6px 0;
	list-style-type: none;
}
#column .section li {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 10px;
}

