#slideshow {
	list-style:none;
	color:#fff;
}
#slideshow span {display:none}
#wrapper {
	width:506px;
	display:none;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper * {margin:0; padding:0}
#fullsize {
	position:relative;
	width:500px;
	height:300px;
	padding:2px;
	border:1px solid #ccc;
	background-color: #FFFFFF;
}
#information {
	position:absolute;
	bottom:0;
	width:500px;
	height:0;
	color:#000000;
	overflow:hidden;
	z-index:200;
	opacity:.7;
	filter:alpha(opacity=70);
	background-color: #FFFFFF;
}
#information h3 {
	font-size:11px;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#information p {
	font-size: 11px;
	line-height: 18px;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#image {
	width:500px;
	background-color: #FFFFFF;
}
#image img {
	position:absolute;
	z-index:25;
	width:auto;
	background-color: #FFFFFF;
}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {
	left:0;
	background-image: url(../images/left.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#imgnext {
	right:0;
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#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 {margin-top:5px}
#slideleft {
	float:left;
	width:20px;
	height:44px;
	background-image: url(../images/scroll-left.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#slideleft:hover {
	background-color: #EFEFEF;
}
#slideright {
	float:right;
	width:20px;
	height:44px;
	background-image: url(../images/scroll-right.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#slideright:hover {background-color:#EFEFEF}
#slidearea {float:left; position:relative; width:456px; margin-left:5px; height:50px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #CCCCCC; padding:2px}
#information a:link{
	font-size:11px;
	color: #000000;
	text-decoration: underline;
}
#information a:hover{
	font-size:11px;
	color: #000000;
	text-decoration: none;
}
