/* slide show */

#Slideshow {
	clear: both;
	height: 243px;
	overflow: hidden;
    margin-top: -20px;
	margin-bottom: 20px;
}

#Slideshow img {
	border-radius: 0px;
}

#SlideTop, #SlideRepeat, #SlideBottom,
.slidePrev, .slideNext,
#slidePager {
	position: relative;
	z-index: 29;
}
#SlideTop {
	height: 4px;
	overflow: hidden;
	/*background: transparent url("../images/slideshow/pageBg-slideTop.png") no-repeat 0 0;*/
}
#SlideRepeat {
	height: 301px;
	overflow: hidden;
	/*background: transparent url("../images/slideshow/pageBg-slideRepeat.png") repeat-y 0 0;*/
}
#SlideBottom {
	height: 55px;
	overflow: hidden;
	background: transparent url("../images/slideshow/pageBg-slideBottom.png") no-repeat 0 0;
}
#Slides {
	margin-top: -360px;
	margin-bottom: 18px; /* without this #SlideBottom will overlap #Main */
	height: 342px;
	overflow: hidden;
	background: #fff;
}

a.slidePrev, a.slideNext {
	display: block;
	z-index: 30;
	top: -235px;
	width: 26px;
	height: 26px;
}
a.slidePrev {
	float: left;
	margin: 0 0 0 11px;
	background: transparent url("../images/slideshow/left-arrow.png") no-repeat 0 0;
}
a.slideNext {
	float: right;
	margin: 0 11px 0;
	background: transparent url("../images/slideshow/right-arrow.png") no-repeat 0 0;
}

a.slidePrev:hover, a.slideNext:hover { background-position: 0 -28px;
}

#slidePager {
	top: -335px;
	float: right;
	margin:0 -35px 0 0;
}
#slidePager a, #slidePager a:visited {
	float: left;
	width: 16px;
	height: 15px;
	overflow: hidden;
	background: transparent url("../images/slideshow/slide-pager.png") no-repeat 0 0;
	text-decoration: none;
	text-indent: -1234px;
}
#slidePager a:hover {
	background-position: -16px 0;
}
#slidePager a.activeSlide {
	background-position: -32px 0;
}