#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {
	width:400px;
	height:490px;
	display:none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:400px; height:400px; padding:0px; border:0px solid #a9d201; background:#fff}
#information {position:absolute; bottom:0; width:400px; height:0; background:#000; overflow:hidden; z-index:200; opacity:.4; filter:alpha(opacity=40)}
#information h3 {
	padding:10px 15px 3px;
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#fff;
}
#information p {
	padding:0 15px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color:#fff;
}
#image {width:400px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:200px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(../images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(../images/right.gif) right center no-repeat}
#imglink {position:absolute; height:206px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url() center center no-repeat}
#thumbnails {
	margin-top:15px;
	margin-bottom: 15px;
}
#slideleft {float:left; width:20px; height:81px; background:url(../images/scroll-left.gif) center center no-repeat; background-color:#000}
#slideleft:hover {background: url(../images/scroll-left2.gif) center center no-repeat; background-color:#000}
#slideright {float:right; width:20px; height:81px; background:#000 url(../images/scroll-right.gif) center center no-repeat}
#slideright:hover {background: url(../images/scroll-right2.gif) center center no-repeat; background-color:#000}
#slidearea {
	float:left;
	position:relative;
	width:350px;
	margin-left:5px;
	height:83px;
	overflow:hidden;
}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:2px solid #bbb; padding:2px}


