#slideshow {
	list-style:none;
	color:#fff;
}
#slideshow span {display:none}
#wrapper {
	width:975px;
	margin:0px auto;
	display:nonen;
}
#wrapper * {
	margin:0;
	padding:0;
}
#fullsize {
	position:relative;
	width:975px;
	height:500px;
	padding:0px;
	border:3px solid #ccc;
	background:#000
}
#information {
	position:absolute;
	bottom:1px;
	width:456px;
	height:0;
	color:#fff;
	overflow:hidden;
	z-index:200;
	opacity:1;
	filter:alpha(opacity=100);
	background-image: url(../../images/16x16-green-55.png);
	text-shadow: 2px 2px 2px #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#information h3 {
	padding:4px 8px 3px;
	font-size:24px;
	font-family: stentiga;
	text-shadow: 2px 2px 2px #000000;
}
#information p {
	padding:0 8px 8px;
	font-family: stentiga;
	font-size: 18px;
	text-shadow: 2px 2px 2px #000000;
}
#image {width:975px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {
	position:absolute;
	width:65px;
	height:500px;
	cursor:pointer;
	z-index:150;
	top: 1px;
	background-image: url(images/left.gif);
}
#imgprev {
	left:0px;
	background-image: url(images/left.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#imgnext {
	right:4px;
	background:url(images/right.gif) right center no-repeat
}
#imglink {
	position:absolute;
	height:500px;
	width:100%;
	z-index:100;
	opacity:0;
	filter:alpha(opacity=100);
	top: 0px;
	left: 0px;
}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {
	margin-top:5px;
	top: -10px;
}
#slideleft {
	float:left;
	width:20px;
	height:200px;
	background:url(images/scroll-left.gif) center center no-repeat;
	background-color:#222
}
#slideleft:hover {background-color:#333}
#slideright {
	float:right;
	width:20px;
	height:200px;
	background:#222 url(images/scroll-right.gif) center center no-repeat
}
#slideright:hover {background-color:#666}
#slidearea {
	float:left;
	position:relative;
	width:935px;
	height:200px;
	overflow:hidden;
	background-color: #000;
	margin: 0px;
}
#slider {
	position:absolute;
	left:0;
	height:200px;
	background-color: #4C4C4C;
	top: 0px;
}
#slider img {cursor:pointer; border:1px solid #666; padding:5px}
#textop {
	width: 100%;
	text-align: center;
	right: 50px;
}
