#slideshow {list-style:none; color:#000; background-color:#000;}
#slideshow span {display:none}
#wrapper {width:800px; margin:0px; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {
	position:relative;
	width:798px;
	height:300px;
	padding:0px;
	border:1px solid #000;
	background:#000;
	background-color: #000000;
}
#information {
	position:absolute;
	bottom:0px;
	width:1px;
	height:1px;
	background:#000;
	color:#000;
	overflow:hidden;
	z-index:200;
	display:hidden;
	opacity:.7;
	filter:alpha(opacity=70);
	left: 2px;
	background-color: #000;
}
#information h3 {padding:0px 0px 0px; font-size:1px}
#information p {padding:0px 0px 0px 0px}
#image {width:750px}
#image img {position:absolute; z-index:25; width:auto; height:100%}
.imgnav {position:absolute; width:25%; height:300px; cursor:pointer; z-index:150}
#imgprev {
	left:0;
	background-color:#000000;
	background:url(images/left.gif) left center no-repeat
}
#imgnext {
	right:0;
	background-color:#000000;
	background:url(images/right.gif) right center no-repeat
}
#imglink {
	position:absolute;
	height:48px;
	width:100%;
	z-index:100;
	opacity:.4;
	filter:alpha(opacity=40)
}
.linkhover {center center no-repeat}
#thumbnails {margin-top:10px}
#slideleft {float:left; width:20px; height:81px; background:url(images/scroll-left.gif) center center no-repeat; background-color:#000}
#slideleft:hover {background-color:#000}
#slideright {float:right; width:20px; height:81px; background:#000 url(images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#000}
#slidearea {float:left; position:relative; width:750px; background:#000; margin-left:8px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:100%}
#slider img {cursor:pointer; border:1px solid #000; padding:2px}
