#slideshow {
	list-style:none;
	color:#FFF;
	margin: 0px;
}

#slideshow span {display:none}
#wrapper {
	width:506px;
	display:none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-color: #EAEAEA;
}
#wrapper * {margin:0; padding:0}
#fullsize {
	position:relative;
	width:500px;
	height:300px;
	padding:2px;
	border:1px solid #CCC;
	background-color: #EAEAEA;
}
#information {
	position:absolute;
	bottom:0;
	width:500px;
	height:0;
	color:#fff;
	overflow:hidden;
	z-index:200;
	opacity:.7;
	filter:alpha(opacity=70);
	background-color: #4D7986;
	margin-bottom: 2px;
	font-family: Verdana, Geneva, sans-serif;
}
#information h3 {
	font-size:1em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#information p {
	padding:0 8px 8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #FFF;
}
#image {
	width:500px;
	background-color: #CCC;
}
#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;
	margin-left: 2px;
}
#imgnext {
	right:0;
	background:url(images/right.gif) right center no-repeat;
	margin-right: 2px;
}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {
	background-color: #FFF;
	background-image: url(images/link.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#thumbnails {margin-top:15px}
#slideleft {
	float:left;
	width:20px;
	height:81px;
	background-color:#EAEAEA;
	background-image: url(images/scroll-left.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#slideleft:hover {
	background-color:#9DBDC6
}
#slideright {
	float:right;
	width:20px;
	height:81px;
	background-color: #EAEAEA;
	background-image: url(images/scroll-right.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#slideright:hover {
	background-color:#9DBDC6
}
#slidearea {
	float:left;
	position:relative;
	width:456px;
	margin-left:5px;
	height:81px;
	overflow:hidden;
	background-color: #EAEAEA;
}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}

