#slideshow
{
	list-style: none;
	color: #FFF;
}
#slideshow SPAN
{
	display: none;
}
#wrapper
{
	width: 800px;
	display: none;
}
#wrapper *
{
	margin: 0;
	padding: 0;
}
#fullsize
{
	position: relative;
	width: 800px;
	height: 450px;
	padding: 2px;
}
#information
{
	position: absolute;
	bottom: 0;
	width: 800px;
	height: 0;
	background: #000;
	color: #FFF;
	overflow: hidden;
	z-index: 200;
	opacity: .7;
	filter: alpha(opacity=70);
}
#information H3
{
	padding: 12px 8px 3px;
	font-size: 12px;
}
#information P
{
	padding: 0 8px 8px;
}
#image
{
	width: 800px;
}
#image IMG
{
	position: absolute;
	z-index: 25;
	width: auto;
}
.imgnav
{
	position: absolute;
	width: 25%;
	height: 306px;
	cursor: pointer;
	z-index: 150;
}
#imgprev
{
	left: -28px;
	background: url(images/left_arrow.png) no-repeat left center;
}
#imgnext
{
	right: -28px;
	background: url(images/right_arrow.png) 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;
}
#slideleft
{
	float: left;
	width: 20px;
	height: 81px;
	/*[disabled]background:url(images/scroll-left.gif) no-repeat center center;*/
	background: url(images/left_arrowT.png) no-repeat left center;
	/*[disabled]background-color:#222;*/
}
#slideleft:hover
{
	/*[disabled]background-color:#333;*/
}
#slideright
{
	float: right;
	width: 20px;
	height: 81px;
	background: url(images/right_arrowT.png) no-repeat right center;
	/*[disabled]background:#222 url(images/scroll-right.gif) no-repeat center center;*/
}
#slideright:hover
{
	/*[disabled]background-color:#333;*/
}
#slidearea
{
	float: left;
	position: relative;
	width: 750px;
	margin-left: 5px;
	height: 81px;
	overflow: hidden;
}
#slider
{
	position: absolute;
	left: 0;
	height: 81px;
}
#slider IMG
{
	cursor: pointer;
	border: 1px solid #666;
	padding: 2px;
}
.slideshowArea
{
	/*+placement:anchor-top-left 97px 0px;*/
	position: absolute;
	left: 97px;
	top: 0px;
}
