header #slideshow-wrapper {
	width: 100%;
	overflow: hidden;
}

header #slideshow {
	position: relative;
	display: block;
	width: 3000px;
	margin-left: -1000px;
	/*border: 1px dotted red;*/
}

header #slideshow .viewport {
	position: relative;
	height: 388px;
	/*border: 1px dotted green;*/
}

header #slideshow .buttons {
	position: absolute;
	top: 0;
	z-index: 102;
	display: block;
	width: 1000px;
	height: 388px;
	outline: none;
	background-color: rgba(60,60,60,0.9);
	background-repeat: no-repeat;
	/*border: 1px dotted blue;*/
}

header #slideshow .prev {
	left: 0;
	background-image: url('../images/slideshow_arrow_prev.png');
	background-position: 98% 50%;
}

header #slideshow .next {
	right: 0;
	background-image: url('../images/slideshow_arrow_next.png');
	background-position: 2% 50%;
}

header #slideshow .prev:hover {
	background-image: url('../images/slideshow_arrow_prev_active.png');
}

header #slideshow .next:hover {
	background-image: url('../images/slideshow_arrow_next_active.png');
}

header #slideshow .disable {
	visibility: hidden;
}

header #slideshow .overview {
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	width: 1000px;
}

header #slideshow .overview li {
	position: relative;
	float: left;
	width: 1000px;
	height: 388px;
	margin: 0;
	padding: 0;
}

header #slideshow .overview li .text {
	position: absolute;
	left: 0;
	bottom: 55px;
	z-index: 101;
	display: none;
	/*width: 410px;*/
	padding: 15px 30px;
	background-color: rgba(0,0,0,0.7);
}

header #slideshow .overview li .text h2 {
	height: 50px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	color: white;
	font-size: 44px;
	line-height: 48px;
}

header #slideshow .overview li .text p {
	height: 20px;
	overflow: hidden;
	margin: 0;
	margin-top: 0;
	color: white;
	font-family: "Titillium Thin", Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}
