.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
}

.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	width: 48px;
	height: 47px;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px; 
}

#news-in .owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	width: 48px;
	height: 47px;
	background: url(../images/passive.png);
	display: inline-block;
	cursor: pointer;
	border-radius: 3px; 
	opacity: 0.7;
	transition: 0.2s;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	width: 48px;
	height: 47px;
	color: #FFF;
	text-decoration: none; 
}

#news-in .owl-theme .owl-nav [class*='owl-']:hover {
	width: 48px;
	height: 47px;
	background: url(../images/active.png);
	color: #FFF;
	text-decoration: none;
	opacity: 1;
	transition: 0.2s;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default; 
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 0px; 
}

.owl-theme .owl-dots {
	text-align: center;
	
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	
	
}

.owl-theme .owl-dots .owl-dot span {
	background: url(../images/passive.png);
	width: 48px;
	height: 47px;
	margin: 5px 7px;
	display: block;
	color: #000;
	font-size: 12px !important;
	
	
	
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: url(../images/active.png);
}
