* {
	margin: 0;
	padding: 0;
}
#responsiveslider{
	margin: 0 auto;
	}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 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_tabs {
	list-style: none;
	padding: 0;
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-left: 8px;
}
.rslides_tabs a {
	width: 14px;
	height: 14px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	display: inline-block;
	background: #DFDFDF;
	border:1px #1145b0 solid;
	text-indent: -9999px;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	background: #1145b0;
		border:1px #1145b0 solid;

	
}
.rslides li {
	max-width: 1800px;
	height: 460px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.rslides .js1 {
	background-image: url(../img/js1.jpg);
}
.rslides .js2 {
	background-image: url(../img/js2.jpg);
}

