.slideshow {
	width: 100%;
	overflow: hidden;
	position: relative;
}
	.top-image.slideshow {
	/*	position: absolute;*/
	}
	.small.slideshow {
		width: 428px;
	}

	.slide-content h1 {
		font-family: 'MarkPro',"Arial Unicode MS",Arial !important; 
font-weight: 200 !important;
		margin-top: 10px;
	}

.slideshow-scrollable {
	position: relative;
	overflow: hidden;
	width: 100%;
}
	.top-image .slideshow-scrollable {
		height: 420px;
	}
	.small .slideshow-scrollable {
		height: 285px;
	}
		.news .small .slideshow-scrollable {
			height: auto;
		}

.slide, .top-image article.slide {
	float: left;
	/* override these styles in js, add them here so site looks ok before slideshow is initialized */
	position: absolute;
	top: 0;
	width: 100%;
}
	.small .slide, .small .slide img {
		width: 428px;
		height: 285px;
		float: left;
	}
	.news .small .slide, .small .slide img {
		width: auto;
		height: auto;
	}

.slideshow-text {
	width: 526px;
	background: rgba(0, 0, 0, .7);
	position: absolute;
	padding: 30px;
	z-index: 29;
	top: 110px;
}
	.slideshow-text a {
		color: #FFFFFF;
		text-decoration: none;
		font-family: 'MarkPro',"Arial Unicode MS",Arial !important;
font-weight: 400 !important;
		text-decoration: underline;

	}
	.slideshow-text a:hover {
		color: #fff;
	}
	
.slide-text {
	display: none;
}

/* nav to top-image slides */
.slideshow-nav {
	position: absolute;
	z-index: 30;
	right: 0;
	top: 220px;
}
	.small .slideshow-nav {
/*		width: 418px; 
		padding: 0 5px; */
		width: 100%;
		padding: 0;
		top: 129px;
	}
	.small .slidelist-nav-btn {
		margin: 0;
		padding: 0;
	}
	.small .nextSlideBtn {
		float: right;
	}

.top-image .nextSlideBtn {
	background-image: url(../img/top_slideshow_next.png);
}
.top-image .prevSlideBtn {
	background-image: url(../img/top_slideshow_prev.png);
}

@media all and (max-width: 950px) {
	.slideshow-text {
		width: auto;
		margin: 0;
		background: rgba(0, 0, 0, .7);
		position: absolute;
		padding: 30px;
		z-index: 29;
		top: 25px;
	}
	.slide-content h1 { 
		font-size: 20px; 
		font-family: 'MarkPro',"Arial Unicode MS",Arial !important;
font-weight: 200 !important;
	}
	.slideshow-nav {
		top: 300px;
	}
	.small.slideshow {
		width: auto;	
		margin-bottom: 20px;
	}
}