body {
	margin: 0;
	padding: 0px;
	font: 11px Verdana,Arial;
}
#slideshow {
	list-style: none;
	color: #fff;
}
#slideshow span {display:none}
#wrapper {width:900px; margin:3px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:900px; height:273px; padding:0px; border:0px solid #ccc; background:#000}
#information {position:absolute; bottom:0; width:900px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.6; filter:alpha(opacity=60)}
#information h3 {padding:4px 8px 3px; font-size:16px}
#information p {padding:0 8px 8px}
#image {width:900px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:275px; 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:275px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url("images/link.gif") center center no-repeat}
#thumbnails {margin-top:3px; height:38px;}
#slideleft 
{
	background-position: center center;
	float: left;
	width: 0px;
	height: 0px;
	background: url("images/scroll-left.gif") center center no-repeat;
}
#slideleft:hover {background-color:#333}
#slideright {
	background-position: center center;
	float: right;
	width: 0px;
	height: 0px;
	background: url("images/scroll-right.gif") no-repeat center center;
}
#slideright:hover {background-color:#333}
#slidearea {
	float: left;
	vertical-align: middle;
	position: relative;
	width: 900px;
	height: 38px;
	overflow: hidden;
	margin-left: 1px;
}
#slider {position:absolute; vertical-align:middle; left:0; height:38px}
#slider img {cursor:pointer; border:2px;  background-color:black; solid #666; padding:4px}
