#slideshow-container {
	position: relative;
	width: 100%;
	z-index: 1;
}

#slideshow  {
	position: relative;
	list-style: none;
	overflow: hidden;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

div.slide-container {
	color: #f3f3f3;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	left: 0;
	padding: 0;
	text-align: left;
	bottom: 100%;
	width: 100%;
	z-index: 999;
}

div.slideshow-subtitle p {
	margin: 0;
}

div.slide-title-container {
	background-color: rgba(255,255,255,0.8);
	bottom: 0;
	left: 0;
	padding: 15px 10px 0px;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.slideshow-title,
.slideshow-subtitle {
	color: #231f20;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	padding: 0px;
	text-align: left;
	line-height: 1.0em;
}

.slideshow-title {
	font-size: 200%;
	/*max-width: 900px;*/
	font-weight: 700;
}

.slideshow-subtitle {
	font-size: 110%;
	font-weight: 400;
	line-height: 1.2em;
	max-width: 100%;
	padding: 10px 0 30px;
	text-transform: none;
}

.slideshow-link > div > a {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border-color: transparent;
}

.slide-image-container {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 400px;
	position: relative;
	z-index: 1;
}

.bx-wrapper .slide-image-thumb {
	display: none;
}

.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 {
	display: inline-block;
	height: 20px;
	list-style-type: none;
	margin: 0px;
	padding: 0;
	position: absolute;
	right: 10px;
	bottom: 20px;
	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: #2e2e2e;
	/*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: #b12115;
}

#slideshow li a {
	position: relative;
	display: block;
	height: 100%;
}

#slideshow li a:hover {
	text-decoration: none;
}

.bx-controls-direction {
	display: none;
}






