#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {
	width:450px;
	margin:0px auto;
	display:none;
}
#fullsize {
	position:relative;
	width:450px;
	height:310px;
	padding-left:0px;
}
#information {position:absolute;
	width:240px;
	height:0;
	bottom:15px;
	top:0px;
	left:470px;
	background:#ffffff;
	/*border:#000000 1px solid;*/
	overflow:hidden;
	z-index:500;
	opacity:.7;
}
#information h3 {
	font:bolder 12px Helvetica, Arial, sans-serif;
	color:#000000;
	line-height:18px;
	padding:3px 0 0 5px;
}
#information p {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:18px;
	margin:0px;
	padding:2px 5px 0 5px;
	text-align:justify;
}
#image {width:450px}

#image img {
	position:absolute;
	z-index:25;
}
.imgnav {position:absolute; width:6000; background-color:#ffffFF; 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:200px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40);}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {
	float:left;
	width:20px;
	height:83px;
	background:url(../images/arrow_right1.png) center center no-repeat;
	background-color:#ffffff;
}
#slideleft:hover {background-color:#fff;}
#slideright {
	float:right;
	width:20px;
	height:83px;
	background:#ffffff url(../images/arrow_left1.png) center center no-repeat;
}
#slideright:hover {
	background-color:#fff;
}
#slidearea {
	float:left;
	position:relative;
	width:410px;
	margin:0px;
	padding:0px;
	height:83px;
	overflow:hidden;
}
#slider {
	position:absolute;
	left:0;
}
#slider img {
	cursor:pointer;
	border:1px solid #666;
	padding:0px;
}

