#slideshow
{
	list-style: none;
	color: #fff;
	list-style-position: inherit;
	list-style-image: none;
}
#slideshow span 
	{
	display:none
	}
#wrapper
{
	width: 806px;
	margin: 50px auto 0px auto;
	display: none;
	position: relative;
	text-align: left;
	background-color: #000000;
}
#wrapper *
{
	margin: 0;
	padding: 0;
	background-color: #000000;
}
#fullsize
{
	position: relative;
	width: 800px;
	height: 346px;
	padding: 2px;
	border: 0px solid #ccc;
}
#information
{
	position: absolute;
	bottom: 0px;
	width: 800px;
	height: 0px;
	color: #FFFFFF;
	overflow: hidden;
	z-index: 200;
	opacity: .7;
	filter: alpha(opacity=70);
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#information h3
{
	padding: 4px 8px 3px;
	font-size: 14px;
	text-align: left;
}
#information p
{
	padding: 0 8px 8px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
}
#image
{
	width: 800px;
	text-align: left;
	top: 0px;
}
#image img
{
	position: absolute;
	z-index: 25;
	top: 0px;
}
.imgnav
{
	position: absolute;
	width: 25%;
	height: 346px;
	cursor: pointer;
	z-index: 150;
	background-color: #000000;
}
#imgprev
{
	left: 0;
	background: url(images/left.gif) left center no-repeat;
	position: absolute;
}
#imgnext 
	{
	right:0;
	background:url(images/right.gif) right center no-repeat
	}
#imglink 
	{
	position:absolute; 
	height:346px; 
	width:100%; 
	z-index:100; 
	opacity:0; 
	filter:alpha(opacity=0)
	}
.linkhover 
	{
	background:url(images/link.gif) center center no-repeat
	}
#thumbnails
{
	margin-top: 0px;
	list-style-type: none;
	list-style-position: inherit;
	list-style-image: none;
	background-color: #000000;
}
#slideleft 
	{
	float:left; 
	width:20px; 
	height:60px; 
	background:url(images/scroll-left.gif) center center no-repeat; 
	background-color:#222
	}
#slideleft:hover 
	{
	background-color:#333
	}
#slideright 
	{
	float:right; 
	width:20px; 
	height:60px; 
	background:#222 url(images/scroll-right.gif) center center no-repeat
	}
#slideright:hover 
	{
	background-color:#333
	}
	
#slidearea
{
	float: left;
	position: relative;
	width: 766px;
	height: 60px;
	overflow: hidden;
	vertical-align: middle;
	background-color: #000000;
	text-align: center;
	clip: rect(auto, auto, auto, 5px);
}
#slider
{
	margin: 0px;
	position: absolute;
	left: 0;
	height: 60px;
	background-color: #000000;
}
#slider img
{
	cursor: pointer;
	border: 1px solid #666;
	padding: 2px;
	vertical-align: middle;
}
