#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}

#wrapper * {margin:0; padding:0}
#fullsize {
	position:relative;
	height:380px;
	width: 302px;
/*	background-color: #FFFFFF; modified by a.marrali*/
	background-color: #f3f3f3;
}
#information {
	position:absolute;
	bottom:0;
	width:302px;
	height:0;
	background:#FFFFFF;
	color:#fff;
	overflow:hidden;
	z-index:200;
	opacity:.7;
	filter:alpha(opacity=70);
}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {
	position: absolute;
	width: 290px;
	left: 6px;
	top: 6px;
	display: block;
	background-color: #FFFFFF;
}
#image img{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index:25;
	background-color: #FFFFFF;
}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(../images/left.gif) left center no-repeat;display:none;}
#imgnext {right:0; background:url(../images/right.gif) right center no-repeat;display:none;}
#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}

#wrapper {
	width: 334px;
	position: relative;
	background-color: #FFFFFF;
}

#thumbnails {
	height: 108px;
	background-color: #FFFFFF;
}
#slideleft {
	float:left;
	width:20px;
	height:108px;
	background:url(../images/scroll-left.gif) center center no-repeat;
}

#slideright {
	float:right;
	width:20px;
	height:108px;
	background:url(../images/scroll-right.gif) center center no-repeat
}
#slideright:hover {background-color:#FFFFFF}
#slidearea {
	float:left;
	position:relative;
	width:294px;
	height:96px;
	padding-top: 6px;
	overflow:hidden;
}
#slider {
	position:absolute;
	left:0;
	height: 96px
}
#slider img {
	border: solid 3px #FFFFFF;
	cursor:pointer;
}

#slider img:hover {
	border: solid 3px #F8B200;
}