
#main h2{
	 display:none;
}
#navmenu ul {
  padding-left:171px;
  width:775px;
}
#navmenu ul li.last {
	width:118px;
}
.gallery {
  position:relative;
  line-height:1px;
  border-bottom:1px solid #FFF;
  width:959px;
}
.gallery img {
  height:500px;
	margin-left:184px;
  overflow:hidden;
  width:775px;
	display:block;
}
.gallery h3,
.gallery h4 {
	display:none;
}
#main .gallery .thumbnails h4 {
	display:block;
	position:absolute;
	left:0;
	top:-37px;
	width:192px;
	height:37px;
	background:url(/stylesheets/images/thumbnail-cap.jpg) no-repeat right top;
	overflow:hidden;
	padding:0;
	margin:0;
	text-indent:-100em;
}
.gallery .thumbnails {
  position:absolute;
  left:0;
  top:0px;

	width:184px;
	padding-right:0px;
	height:460px;
}
.gallery .thumbnails ul {
	overflow-y:auto;
	overflow-x:hidden;
	margin:0;
	height:460px;
	list-style:none;
}
.gallery .thumbnails li {
	overflow:hidden;
	height:92px;
	width:184px;
	background:url(/stylesheets/images/thumb-background.png) repeat-y left top;
}
.gallery .thumbnails li.selected {
	background:url(/stylesheets/images/thumb-selected.jpg) no-repeat left top;
}
.gallery .thumbnails a {
  display:block;
	padding:7px 10px 6px 13px;
}
.gallery .thumbnails li a:hover {
	background:url(/stylesheets/images/thumb-hover.png) no-repeat left top;
}
.gallery .thumbnails img {
	margin:0;
	display:block;
	width:158px;
	height:78px;
}

/* ==================== */
/* = JAVASCRIPT ITEMS = */
/* ==================== */
#scroller {
	overflow:hidden;
	width:775px;
	position:relative;
	margin-left:184px;
}
#scroller img {
	margin:0;
}
#pic-two {
	position:absolute;
	left:775px;
	top:0;
}
#up,
#down {
	display:block;
	position:absolute;
	left:0;
	top:-37px;
	background:url(/stylesheets/images/up.jpg) no-repeat left top;
	width:184px;
	height:37px;
	text-indent:-100em;
	text-decoration:none;
	overflow:hidden;
}
#down {
	top:463px;
	background-image:url(/stylesheets/images/down.jpg);
}
