.responsiveSlidesWrapper {
	position: relative;
	float: left;
	width: 100%;
}

.responsiveSlidesTitle {
	position: absolute;
	bottom: 0;
	z-index: 10;
	padding: 20px 30px;
	text-align: center;
}

.responsiveSlidesTitle h1,
.responsiveSlidesTitle h2,
.responsiveSlidesTitle h3,
.responsiveSlidesTitle h4,
.responsiveSlidesTitle h5,
.responsiveSlidesTitle h6 {
	font-family: 'Quattrocento Sans', arial, sans-serif;
	font-size: 180%;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

.responsiveSlidesList {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.responsiveSlidesList li,
.responsiveSlidesList img {
	margin: 0;
	padding: 0;
}

.responsiveSlidesList li {
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.responsiveSlidesList li:first-child {
	position: relative;
	display: block;
	float: left;
}

.responsiveSlidesList img {
	display: block;
	width: 100% !important;
	height: auto;
}

/* Prev & Next Button Styles */

a.rslides_nav.rslides1_nav.prev,
a.rslides_nav.rslides1_nav.next {
	padding: 6px 12px;
	background: rgba(0,0,0,.35);
	font-family: "Courier New", arial, helvetica;
	font-size: 24px;
	line-height: 1;
	color: rgba(255,255,255,.45);
	color: rgb(255,255,255)\9;
	text-decoration: none;	
}

/* Previous Button Positioning */

a.rslides_nav.rslides1_nav.prev {
	position: absolute;
	top: 46%;
	left: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

/* Next Button Positioning */

a.rslides_nav.rslides1_nav.next {
	position: absolute;
	top: 46%;
	right: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

/* Previous & Next Hover Effect */

a.rslides_nav.rslides1_nav.prev:hover,
a.rslides_nav.rslides1_nav.next:hover {
	color: rgba(255,255,255,1);
}

/* Pager */

.rslides_tabs {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center; /* Maarittaa sivulistauksen sijainnin (left, center, right) */
}

.rslides_tabs li {
	display: inline;
	list-style: none;
	margin-left: 3px;
	margin-right: 3px;
}

/* Pager Styles */

.rslides_tabs li a {
	font-size: 45px;
	font-family: "Courier New", arial, helvetica;
	line-height: 1;
	text-decoration: none;
	color: #bbb;
}

/* Pager Hover */

.rslides_tabs li a:hover {
	color: #fff;
}

/* Pager Open */

.rslides_tabs .rslides_here a {
	color: #222;
}

/* #Media Queries
================================================== */
	/* All Mobile Sizes */
	@media only screen and (max-width: 767px) {
		.responsiveSlidesTitle {
			padding: 20px;
		}
	
		.responsiveSlidesTitle h1,
		.responsiveSlidesTitle h2,
		.responsiveSlidesTitle h3,
		.responsiveSlidesTitle h4,
		.responsiveSlidesTitle h5,
		.responsiveSlidesTitle h6 {
			font-size: 130%;
		}
	}