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

#slideshow span {
	display: none;
}

#wrapper {
	width: 488px;
	display: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

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

#fullsize {
	position: relative;
	width: 488px;
	height: 285px;
	padding: 0px;
	/* border: 1px solid #ccc; */
	background: #000;
	/* margin-bottom: 18px; */
}

#information {
	position: absolute;
	bottom: 0;
	width: 488px;
	height: 0;
	background: #333333;
	color: #ffffff;
	overflow: hidden;
	z-index: 200;
	opacity: .0;
	filter: alpha(opacity=0);
}

#information h3 {
	color: #ffffff;
	padding: 4px 8px 3px;
	font-size: 17px;
}

#information p {
	color: #ffffff;
	padding: 0 8px 8px;
	font-size: 12px;
}

#image {
	width: 488px;
}

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

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

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

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

#imglink {
	position: absolute;
	height: 285px;
	width: 100%;
	z-index: 100;
	opacity: .5;
	filter: alpha(opacity=50);
}

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

.linkoff {
	/* to fix IE problem */
	background: url(/images/spacer.gif) center center no-repeat;
}

#thumbnails {
	margin-top: 15px;
	display: none;
}

#slideleft {
	float: left;
	width: 20px;
	height: 81px;
	background: url(/images/slideshow/scroll-left.gif) center center no-repeat;
	background-color: #222;
	display: none;
}

#slideleft:hover {
	background-color: #333;
	display: none;
}

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

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

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

#slider {
	position: absolute;
	left: 0;
	height: 81px;
	display: none;
}

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

#conf_nav li {
	list-style-type: none;
	line-height: 22px;
	font-size: 12px;
	background-image: url(/images/slideshow/left_hr.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 15px;
	list-style-image: url(/images/slideshow/confnav_li.gif);
	list-style-position: inside;
}
