#slideshow {
	list-style: none;
	color: #000;
}
#slideshow span {
	display: none;
}
#wrapper {
	padding: 3px 3px 0 3px;
	width: 475px;
	height: 412px;
	margin: 0 auto;
	display: none;
	background: #5d7894;
}
#wrapper * {
	margin: 0;
	padding: 0;
}
#fullsize {
	position: relative;
	width: 475px;
	height: 317px;
}
#information {
	position: absolute;
	bottom: 0;
	width: 475px;
	height: 0;
	background: #5d7894;
	color: #fff;
	overflow: hidden;
	z-index: 200;
	opacity: .80;
	filter: alpha(opacity=80);
}
#information h3 {
  display: block;
	padding: 8px 8px 3px;
	font-size: 18px;
  text-align: center;
}
#information p {
	padding: 0 8px 8px;
}
#image {
	width: 475px;
}
#image img {
	position: absolute;
	z-index: 25;
	width: auto;
}
.imgnav {
	position: absolute;
	width: 25%;
	height: 306px;
	cursor: pointer;
	z-index: 150;
}
#imgprev {
	left: 0;
	background: url(../images/slideshow/left.gif) left center no-repeat;
}
#imgnext {
	right: 0;
	background: url(../images/slideshow/right.gif) right center no-repeat;
}
#imglink {
	position: absolute;
	height: 306px;
	width: 100%;
	z-index: 100;
	opacity: 0;
	filter: alpha(opacity=40);
}
.linkhover {
	background: url(../images/slideshow/link.gif) center center no-repeat;
}
#thumbnails {
	padding: 0 3px 3px 3px 3px;
	margin-top: 3px;
	background: #5d7894;
}
#slideleft {
	float: left;
	width: 20px;
	height: 89px;
	background: #5d7894 url(../images/slideshow/scroll-left.gif) center center no-repeat;
}
#slideleft:hover {
	background-color: #6a849e;
}
#slideright {
	float: right;
	width: 20px;
	height: 89px;
	background: #5d7894 url(../images/slideshow/scroll-right.gif) center center no-repeat;
}
#slideright:hover {
	background-color: #6a849e;
}
#slidearea {
	float: left;
	position: relative;
	width: 425px;
	margin: 0 5px 0 5px;
	height: 89px;
	overflow: hidden;
	background: #5d7894;
}
#slider {
	position: absolute;
	left: 0;
	height: 89px;
}
#slider img {
	cursor: pointer;
	border: 1px solid #8fa0b1;
	padding: 2px;
}