#slideshow {
	/* [disabled]list-style:none; */
	/* [disabled]color:#fff; */
}
#slideshow span {
	display:none;
}
#wrapper {
	/* [disabled]width:516px; */
	margin:20px auto;
	/* [disabled]display:none; */
}
#wrapper * {
	margin:0;
	padding:0;
}
#fullsize {
	position: relative;
	width: 500px;
	height: 376px;
	padding: 2px;
	border: 2px solid #663300;
}
#information {
	position: absolute;
	bottom: 1px;
	width: 500px;
	height: 0;
	background: #663300;
	color: #fff;
	overflow: hidden;
	z-index: 188;
	opacity: .7;
	filter: alpha(opacity=70);
	left: 2px;
}
#information h3 {
	padding:4px 8px 3px;
	font-size:14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#information p {
	padding:0 8px 8px;
	font-size:12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#image {
	/* [disabled]position: relative; */
	width: 500px;
}
#image img {
	position: absolute;
	z-index: 25;
	width: auto;
	left: 2px;
}
.imgnav {
	position:absolute;
	width:40px;
	height:382px;
	cursor:pointer;
	z-index:188
}
#imgprev {
	left:0;
	background:url(images-Diapos/left.gif) left center no-repeat;
	}
#imgnext {
	right:0;
	background:url(images-Diapos/right.gif) right center no-repeat;
}
#imglink {position:absolute; height:382px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images-Diapos/link.gif) center center no-repeat}
#thumbnails {margin-top:25px}
#slideleft {
	float:left;
	width:20px;
	height:85px;
	background:url(images-Diapos/scroll-left.gif) center center no-repeat;
	background-color:#630;
}
#slideleft:hover {
	background-color:#333
}
#slideright {
	float:right;
	width:20px;
	height:85px;
	background:url(images-Diapos/scroll-right.gif) center center no-repeat;
	background-color:#630
	}
#slideright:hover {background-color:#333}
#slidearea {
	float:center;
	position:relative;
	width:605px;
	margin-left:5px;
	height:85px;
	overflow:hidden;
	/* [disabled]background-color:#630; */
	}
#slider {
	position: absolute;
	left: 0px;
	height: 85px;
	width: 2px;
	top: 3px;
}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}
