.slider{ width:100%; overflow:hidden; position:relative;margin-top:.5rem;}
.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;
		float: left;
		width: 100%;
		height: 100%;
		border: 0;
	}

	.callbacks_nav {
		position: absolute;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		top: 50%;
		left: 0;
		z-index: 3;
		text-indent: -9999px;
		text-decoration: none;
		height: 50px;
		width: 50px;
		background:url(../images/left1.png) no-repeat rgba(0,0,0,0.1);
		margin-top: -35px;
	}

	.callbacks_nav.next {
		left: auto;
		background:url(../images/right1.png) no-repeat rgba(0,0,0,0.1);
		right: 0;
	}
	.callbacks_nav:hover{background:url(../images/left1.png) no-repeat rgba(0,0,0,0.3);}
	.callbacks_nav.next:hover{background:url(../images/right1.png) no-repeat rgba(0,0,0,0.3);}
	.callbacks_nav {
		left: 20px;
	}

	.callbacks_nav.next {
		right: 20px;
	}

	ul.callbacks_tabs {
		display: block;
		position:absolute;
		bottom:10px; text-align:center;
		left:50%; margin-left:-23px; z-index:2;
	}
	ul.callbacks_tabs li{ float:left;}
ul.callbacks_tabs li a{ display:inline-block; width:13px; height:13px; font-size:0; background-color:#fff; margin:0 5px; border-radius:50%;}
		
ul.callbacks_tabs li.callbacks_here a{ background-color:#058860;}