.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;
	margin-top: 20px;
}

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

.website_slider img {
	height: auto;
	width: 300px;
	border: 0;
}

/* Bullets */
.rslides_tabs {
	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: #d91724;
}

@media only screen and (max-width: 959px) {
	.website_slider img {
		width: 220px;
	}
	
	/* Bullets */
	.rslides_tabs {
		margin: 7px auto 0;
	}
}

@media only screen and (max-width: 767px) {
	.website_slider img {
		width: 300px;
	}
	.rslides_tabs {
		display: none;
	}
}