.owl-theme .owl-controls{
	text-align: center;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0; right: 0; margin: 0 auto;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-nav div{ display:none;}
.owl-theme .owl-controls .owl-dots{ margin-top:60px;}


.owl-theme .owl-controls .owl-nav div{ display:block !important;}
.index_news .owl-theme .owl-dots{ display:none !important;}
.index_news .owl-theme .owl-controls .owl-nav{ width:8%; margin:0 auto; background:url(../img/bg19.jpg) no-repeat 50% 50%; margin-top:-13%;}
.index_news .owl-theme .owl-controls .owl-nav div{ width:11px; height:20px; width:48%; float:left;}
.index_news .owl-theme .owl-controls .owl-nav .owl-prev{ background:url(../img/bn3.png) no-repeat 50% 50%;}
.index_news .owl-theme .owl-controls .owl-nav .owl-next{ background:url(../img/bn4.png) no-repeat 50% 50%;}



/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls .owl-nav div:hover{
	text-decoration: none;
}

/* Styling dots*/
.owl-theme .owl-dots .owl-dot{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.owl-theme .owl-dots .owl-dot span{
	-webkit-backface-visibility: visible;
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #c2c2c2;
	transition-property: opacity;
  	transition-duration: 200ms;
  	transition-timing-function: ease;
}

.owl-theme .owl-dots .owl-dot.active span{
	background:#ff0000;
}
