/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

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

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
	border-radius: 1px;
}


/* ********** */
/* Navigation */
/* ********** */
.rslides_nav {
	
} 

.rslides1_nav {
	
} 

.prev {

}

.next {
	
}



/* **** */
/* Tabs */
/* ******/
.rslides_tabs {
	margin-top: 20px;
	text-align: center;
	opacity: .4;
} 

.rslides_tabs li {
	display: inline-block;
	list-style-type: none;
	background-color: white;
	text-align: center;
	margin-right: 0px;
	line-height: 20px;
	box-shadow: 0px 0px 2px gray;
	margin-bottom: 1px;
}

.rslides_tabs a {
	color: white;
	padding: 0px 0px;
	width: 50px;
	display: inline-block;
}

.rslides_here {
	box-shadow: none;
}

.rslides_here a {
	color: black;
}

.rslides_here {
	background-color: black !important;
}

.rslides2_s1 {}
.rslides2_s2 {}
.rslides2_s3 {}
.rslides2_s4 {}


@media only screen and (min-width : 0px) and (max-width : 568px) { 
	
	.rslides_tabs a {
		width: 30px;
	}
	
	

}