#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper2 {width:498px; margin:0px auto; display:none}
#wrapper2 * {margin:0; padding:0}

#fullsize {
	position:relative;
	width:490px;
	height:200px;
	padding:0px;
	border:1px solid #B3B3B3;
	background:#fff;
}
#information {
	position:absolute;
	top:0;
	width:490px;
	height:0;
	background:#fff;
	color:#666;
	overflow:hidden;
	z-index:200;
	opacity:.7;
	filter:alpha(opacity=70)
}
#information h3 {margin:0;padding:0; text-align:center; font-size:12px}
#information p {}

#image {width:490px}
#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}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {
	position:absolute; height:40px; width:100%;
	z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}

div#customArea{ width:492px; height:55px;background:#666;}
div#thumbnails {margin-top:5px;}

#slideleft {float:left; width:20px; height:43px;
	display:none; /**/
	background:#222 url(images/scroll-left.gif) center center no-repeat;}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:43px;
	display:none; /**/
	background:#222 url(images/scroll-right.gif) center center no-repeat; }
#slideright:hover {background-color:#333}

#slidearea {
	position:relative;
	margin-left:45px;
	overflow:hidden;
	height:45px;
}
#slider {position:absolute; left:0; height:43px;}
#slider img { border:3px solid #666; cursor:pointer; padding:-1px; }
