#slideshow-left, #slideshow-right  {
	position:absolute;
	top:215px;
	cursor:pointer;
}
#slideshow-left {
	left:10px;
}

#slideshow-right {
	right:10px;
}
#viewer {
	height:309px;
	width:706px;
	border:1px solid black;
	margin:0;
	padding:0;
	position:relative;
	float:left;
	overflow:hidden;
	font-family:Verdana;
	cursor:pointer;
}
#viewer-body {
	height:309px;
	width:706px;
	margin:0;
	padding:0;
	overflow:hidden;		
}
#mask-divs, #mask-thumbs {
	width:10000px;
	float:left;
}
.viewer-show {
	height:309px;
	width:706px;
	margin:0;
	padding:0;
	float:left;
	overflow:hidden;
	display:inline;
}
#index {
	width:706px;
}
#index-scroll {
	width:706px;
	overflow:hidden;
	z-index:500;
}
#infobar {
	background:url(/slideshow/infobar-background.png) no-repeat top;
	color:white;
	width:706px;
	height:55px;
	cursor:pointer;
	position:relative;
	top:-55px;
	z-index:102;
}
#index img {
	cursor:pointer;
	border:1px solid white;
}
.scroll-button {
	color:white;
	background:white;
	float:right;
	width:10px;
	height:10px;
	font-size:10px;
	overflow:hidden;
	position:relative;
	z-index:2000;
	top:87px;
	border:1px solid #888;
	cursor:pointer
}
#scroll-left {
	background:white url(/slideshow/slideshow-images/arrow-left.jpg) no-repeat;
	float:left;
	margin-left:2px
}
#scroll-right {
	background:white url(/slideshow/slideshow-images/arrow-right.jpg) no-repeat;
	margin-right:2px
}
.thumb-cell {
	width:706px;
	padding-top:5px;
	text-align:center;
	float:left;
	display:inline;
	overflow:hidden
}
.padding {
	padding:3px;
	padding-top:10px;
	padding-left:9px;
}
#title {
	font-size:20px
}
#slideshow-description {
	font-size:12px
}