#slideshow-container {
	height: 700px;
	position: relative;
	margin-top: 100px;
	width: 100%;
	z-index: 1;
}

#slideshow {
	height: 100%;
	list-style: none;
	padding: 0;
	position: relative;
	margin: 0px auto;
	/*max-width: 1600px;*/
	/*overflow: hidden;*/
	width: 100%;
	z-index: 1;
}

#slideshow li {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	display: none;
	position: absolute;
	height: 100%;
	left: 0;
	text-align: center;
	top: 0;
	width: 100%;
}

#slideshow li img {
	display: none;
	height: auto;
	width: 100%;
}

div.slide-container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #f3f3f3;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	left: 0;
	padding: 0 30px;
	position: absolute;
	text-align: left;
	bottom: 30%;
	width: 100%;
	z-index: 999;
}

div.slideshow-subtitle p {
	margin: 0;
}

.slideshow-title,
.slideshow-subtitle {
	color: #231f20;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	padding: 0px;
	text-align: center;
	line-height: 1.0em;
	margin: 0 auto;
}

.slideshow-title {
	font-size: 42pt;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	max-width: 900px;
}

.slideshow-subtitle {
	font-family: 'Lato', sans-serif;
	font-size: 16pt;
	font-weight: 300;
	line-height: 1.2em;
	max-width: 270px;
	margin: 50px auto;
	text-transform: none;
}

.slideshow-link {
	text-align: center;
}


.rslides_nav.prev,
.rslides_nav.next {
	background-image: url( ../images/slideshow_previous.png );
	background-position: left center;
	background-repeat: no-repeat;
	height: 80px;
	left: 30px;
	margin-top: -40px;
	position: absolute;
	top: 50%;
	text-align: left;
	text-indent: -9999px;
	width: 40px;
	z-index: 100;
}

.rslides_nav.next {
	background-image: url( ../images/slideshow_next.png );
	background-position: right center;
	left: auto;
	right: 30px;
}

.rslides_tabs {
	bottom: -25px;
	display: inline-block;
	height: 20px;
	list-style-type: none;
	margin: 0px;
	padding: 0;
	position: absolute;
	right: 10px;
	text-align: right;
	width: 100%;
	z-index: 9;
}

.rslides_tabs li {
	display: inline-block;
	height: 10px;
}

.rslides_tabs li:first-child {
	padding-left: 15px;
}

.rslides_tabs a {
	background-color: #EEEEEE;
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	display: inline-block;
	height: 10px;
	margin: 0px 0px 0px 5px;
	outline: none;
	padding: 10px;
	font-size: 0;
	width: 10px;
	z-index: 9;
}

.rslides_tabs .rslides_here a {
	background-color: #231F20;
}








