/* @group slideshow */

#slideshow {
	width: 980px;
	height: 418px;
	overflow: hidden;
	position: relative;
}

#slideshow div.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 970px;
	height: 418px;
}

#slideshow div.slide img {
	position: absolute;
	top: 0;
}

#slideshow div.scroll-2 img {
	position: absolute;
	bottom: 0;
	top: auto;
}

#slideshow div.slide-pointer img {
	cursor: pointer;
}

#slideshow div.caption {
	background-color: #111;
	position: absolute;
	top: 59px;
	left: 980px;
	width: 440px;
	height: 70px;
	color: #fff;
	opacity: 0.90;
}

#slideshow div.caption h2 {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	width: 420px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	top: 27px;
	left: 20px;
}

#slideshow div.caption h3 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 45px;
	left: 20px;
}

#slideshow ul.counter {
	position: absolute;
	top: 8px;
	left: 20px;
	list-style-type: none;
}

#slideshow ul.counter li {
	float: left;
	list-style-type: none;
	margin: 0 5px 0 0;
	padding: 0;
	background: url(/images/slider-count.png) no-repeat left top;
	width: 15px;
	height: 15px;
}

#slideshow ul.counter li.pointer {
	cursor: pointer;
}

#slideshow ul.counter li.active {
	background: url(/images/slider-count.png) no-repeat right top;
}

#slideshow h1 {
	background-color: #000;
	font-size: 10px;
	top: 29px;
	right: 0;
	position: absolute;
	padding: 4px 15px 4px 10px;
	font-weight: normal;
	font-style: normal;
}

#slideshow h1 a {
	color: #fff;
	text-decoration: none;
}

#slideshow h1 a:hover {
	color: #848484;
}



/* @end */