.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 div {
	height: auto;
	width: 100%;
	height: 800px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border: 0;
}

/* Bullets */
.rslides_tabs {
	font-size: 0px;
	list-style: none;
	margin: 15px auto 0;
	max-width: 100%;
	padding: 0;
	text-align: center;
	width: 100%;
	margin-top: -150px;
	position: absolute;
	z-index: 9;
}

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

.rslides_tabs a {
	width: auto;
	font-size: 1px !important;
	color: #e6e6e6;
	line-height: 20px;
	padding: 2px 20px;
	margin-right: 12px;
	margin-left: 12px;
	height: auto;
	background: transparent;
	display: inline;
	background-color: white;
}

.rslides_tabs .rslides_here a {
	color: #2ea3f2;
	background-color: rgb(0, 0, 135);
}

@media only screen and (max-width: 959px) {
	.website_slider div {
		height: 500px;
	}
}

@media only screen and (max-width: 767px) {
	.rslides_tabs {
		margin-top: -120px;
		opacity: 0.5;
	}
}