body
{
	font: 11px Verdana,Arial;
	background: #111111;
	padding: 5px; 
	margin: 0;
}

#slideshow
{
	list-style: none;
	color: #FFFFFF;
}

#slideshow span
{
	display: none;
}

#wrapper
{
	margin: 50px auto;
	display: none;
	width: 506px;
}

#wrapper *
{
	padding: 0;
	margin: 0;
}

#fullsize
{
	border: 0px solid #666;
	background: #81899B;
	position: relative;
	height: 304px; 
	width: 500px;
	padding:2px;
}

#information
{
	filter: alpha(opacity=70);
	background: #000000; 
	position: absolute;
	margin-bottom: 6px;
	overflow: hidden; 
	color: #FFFFFF; 
	width: 500px;
	opacity:.7; 
	z-index:200;
	height: 0; 
	bottom: 0; 
}

#information h3
{
	padding: 4px 8px 3px;
	font-size: 14px;
}

#information p
{
	padding:0 8px 8px;
}

#image
{
	width:500px;
}

#image img
{
	position:absolute; 
	z-index:25;
	width:auto;
}

.imgnav
{
	position:absolute;
	cursor:pointer; 
	height:306px; 
	z-index:150;
	width:25%;
}

#imgprev
{
	background: url('images/left.gif') left center no-repeat;
	margin-left: 2px; 
	left:0;
}

#imgnext
{
	background:url('images/right.gif') right center no-repeat;
	margin-right: 2px; 
	right:0;
}

#imglink
{
	filter:alpha(opacity=40);
	position:absolute;
 	height:306px; 
	z-index:100;
	opacity:.4; 
	width:100%;
}

.linkhover
{
	background:url('images/link.gif') center center no-repeat;
}

#thumbnails
{
	margin-top:15px;
}

#slideleft
{
	background:url('images/scroll-left.gif') center center no-repeat; 
	background-color: #222222;
	height:100px; 
	float:left; 
	width:20px;
}

#slideleft:hover
{
	background-color:#333333;
}

#slideright
{
	background:#222 url('images/scroll-right.gif') center center no-repeat;
	height:100px; 
	float:right; 
	width:20px;
}

#slideright:hover
{
	background-color:#333;
}

#slidearea
{
	position:relative;
	overflow:hidden;
	margin-left:5px; 
	height:100px;
	width:456px; 
	float:left; 
}

#slider
{
	position:absolute; 
	height:100px;
	left:0;
}

#slider img
{
	border:1px solid #666; 
	cursor:pointer; 
	padding:2px;
}