#slideshow_section {
	position: relative;
	margin: 0 auto;
	border-color:#ffffff;
	border-radius: 6px 6px 0px 0px;;
}

#box8 {
	position: absolute;
	z-index: 999 !important;
}

#box8 div {
	padding: 0px;
	float: left;
	font-size: 110%;
}

#box8 div h1 {
	font-size: 1.8em;
	font-weight: normal !important;
}

#box8 div p {
	margin: 10px 0;
}

#box8 div h3.slide-header {
	font-size: 1px;
	line-height: -1px;
	display: none;
}

#box8 div ul li {
	padding: 0px 0px 0px 20px;
	background: url(../../tests/files/images/slideshow-li-arrow.png) no-repeat 0 3px;
}

p.buttons #prev8 {
	background: url(../images/prev-arrow.png) no-repeat 0 0;
	width: 30px;
	height: 40px;
	position: absolute;
	display: block;
	left: -10px;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 9999;
}

p.buttons #next8 {
	background: url(../images/next-arrow.png) no-repeat 0 0;
	width: 30px;
	height: 40px;
	position: absolute;
	right: -10px;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 9999;
	display: block;
}

.mask1{
	position: relative;
	float: none;
	overflow: hidden;
	margin: 0px 40px;
}

#sld-dots {
	position: relative;
}

#sld-dots #dots-handle {
	position: absolute;
	top: -40px;
	z-index: 9999;
	width: 100%;
	text-align: center;
}

#sld-dots #handles8_more {
	text-align: center;
	margin: 0px auto;
	height: 19px;
}

#handles8_more span {
	background: url(../../tests/files/images/slideshow-dots.png) no-repeat 0 0;
	width: 19px;
	height: 19px;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	margin: 0px 6px;
}

#handles8_more span.active {
	background: url(../../tests/files/images/slideshow-dots.png) no-repeat 0 -20px;
}