#slideshow {
	color:#FFFFFF;
	float: left;
	display: none;
	list-style-type: none;
	overflow: hidden;
}
#slideshow span {
	display:none;
	height: 247px;
	width: 422px;
}
#wrapper {
	width:522px;
	height: 247px;
	float: left;
	position: absolute;
	z-index: 1;
	display: block;
}
#fullsize {
	width:422px;
	height:247px;
	float: left;
	z-index: 2;
	position: relative;
}
#information {
	bottom:0;
	color:#fff;
	overflow:hidden;
	display: none;
}
#image {
	width:422px;
	height: 247px;
	float: left;
	position: absolute;
	z-index: 100;
}
#image img {
	width:422px;
	float: left;
	height: 247px;
	position: absolute;
	z-index: 100;
}
#imglink {
	background:url(blank.gif) repeat;
	height:247px;
	width:422px;
	z-index:101;
	position: absolute;
}
#thumbnails {
	float: right;
	height: 247px;
	width: 100px;
	position: relative;
}
#slidearea {
	float: right;
	width: 100px;
	height: 247px;
	position: relative;
}
#slider {
	height:247px;
	width: 100px;
	float: left;
	position: relative;
}
#slider img {
	cursor:pointer;
	height: 60px;
	width: 97px;
	margin-top: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-left: 3px;
	position: relative;
	clear: left;
}

