#slideshow
{
	list-style: none;
	color: #FFF;
	position: relative;
}
#slideshow SPAN
{
	display: none;
}
#wrapper
{
	width: 407px;
	margin: 0px auto;
	display: none;
}
#wrapper *
{
	margin: 0;
	padding: 0;
}
#fullsize
{
	position: relative;
	width: 407px;
	height: 306px;
	padding: 2px;
	border: 1px solid #CCC;
	background: #FFF;
}
#information
{
	position: absolute;
	bottom: 0;
	width: 407px;
	height: 0;
	background: #000;
	color: #FFF;
	overflow: hidden;
	z-index: 200;
	opacity: .7;
	filter: alpha(opacity=70);
	_margin: 0 0 0 -203px;
}
#information H3
{
	padding: 4px 8px 3px;
	font-size: 14px;
}
#information P
{
	padding: 0 8px 8px;
}
#image
{
	width: 407px;
}
#image IMG
{
	position: absolute;
	z-index: 25;
	width: auto;
	/*[disabled]border:thick solid #FF0000;*/
	_margin: 0 0 0 -203px;
}
.imgnav
{
	position: absolute;
	width: 25%;
	height: 306px;
	cursor: pointer;
	z-index: 150;
}
#imgprev
{
	left: 0;
	background: url(images/left.gif) no-repeat left center;
}
#imgnext
{
	right: 0;
	background: url(images/right.gif) no-repeat right center;
}
#imglink
{
	position: absolute;
	height: 306px;
	width: 100%;
	z-index: 100;
	opacity: .4;
	filter: alpha(opacity=40);
}
.linkhover
{
	background: url(images/link.gif) no-repeat center center;
}
#thumbnails
{
	margin-top: 15px;
	clear: both;
}
#slideleft
{
	float: left;
	width: 20px;
	height: 150px;
	background: url(images/scroll-left.gif) no-repeat center center;
	background-color: #FFF;
}
#slideleft:hover
{
	background-color: #FFF;
}
#slideright
{
	float: right;
	width: 20px;
	height: 150px;
	background: #FFF url(images/scroll-right.gif) no-repeat center center;
}
#slideright:hover
{
	background-color: #FFF;
}
#slidearea
{
	float: left;
	position: relative;
	width: 333px;
	margin-left: 5px;
	height: 155px;
	overflow: hidden;
}
#slider
{
	position: absolute;
	left: 0;
	height: 81px;
}
#slider IMG
{
	cursor: pointer;
	border: 1px solid #666;
	padding: 2px;
}
