.slider {
	float: left;
	width: 100%;
}

.website_slider {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: auto;
}
  
.caption {
	margin: auto;
	width: 100%;
	display: table;
	min-height: 60px;
	font-size: 14px;
	line-height: 18px;
}

.website_slider li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	text-align: center;
}

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

.website_slider img {
	height: auto;
	width: 100%;
	border: 0;
}

.rslides_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 0;
    z-index: 99;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url(../images/default/themes.gif) no-repeat left top;
    margin-top: -85px;
    display: none;
  
}

.rslides1_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}

/* Bullets */
.rslides_tabs {
	display: none;
	font-size: 0px;
	list-style: none;
	margin: 12px auto 0;
	max-width: 100%;
	padding: 0;
	text-align: center;
	width: 100%;
}

.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}

.rslides_tabs a {
	width: auto;
	font-size: 1px !important;
	line-height: 20px;
	padding: 3px 3px;
	border: 5px solid #e6e6e6;
	margin-right: 8px;
	margin-left: 8px;
	height: auto;
	border-radius: 50%;
	background: transparent;
	display: inline;
	background-color: #e6e6e6;
}

.rslides_tabs .rslides_here a {
	border-color: white;
}


@media only screen and (max-width: 1006px) {
	.rslides_nav {
		margin-top: -265px;
	}
	
}

@media only screen and (max-width: 767px) {	
	.first_slider {
		float: left;
		height: 100%;
	}
	
	.website_slider {
		position: relative;
		z-index: 9;
	}
	
	.rslides_nav {
		margin-top: 10px;
			}
	
	
}





