#slideshow {
	list-style:none;
	color:#879A9F;
	margin: 0px;
	padding: 0px;
}
#slideshow span {display:none}
#wrapper {
	width:832px;
	display:none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#wrapper * {margin:0; padding:0}
#fullsize {
	position:relative;
	width:832px;
	height:300px;
	padding:2px
}
#information {
	position:absolute;
	bottom:0;
	width:835px;
	height:0;
	color:#666666;
	overflow:hidden;
	z-index:200;
	opacity:.7;
	filter:alpha(opacity=70);
	margin: 0px;
	background-color: #FFFFFF;
}
#information h3 {
	font-size:14px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#information p {
	margin: 0px;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#image {width:500px}
#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/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {
}
#slideleft {
	float:left;
	width:11px;
	height:140px;
	background-image: url(../images/arrow-left-d.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#slideleft:hover {
	background-image: url(../images/arrow-left-hover.gif);
}
#slideright {
	float:right;
	width:11px;
	height:140px;
	background-image: url(../images/arrow-right-d.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#slideright:hover {
	background-image: url(../images/arrow-right-hover.gif);
}
#slidearea {
	float:left;
	position:relative;
	width:800px;
	margin-left:5px;
	height:140px;
	overflow:hidden
}
#slider {
	position:absolute;
	left:0;
	height: 81px;
}
#slider img {
	cursor:pointer;
	border:1px none #666;
	padding:2px
}
