.news-scroller9 .item .content{
	padding: 10px;
	text-align: justify;
}
.news-scroller9 .item .content img{
	margin-bottom:10px;
}
.news-scroller9{
	position: relative;
}
.news-scroller9 .owl-prev:before{
	content: "\f104";
	font: normal normal normal 14px/1 FontAwesome;
	display:block;
	border-radius: 100px;
	background:rgba(0,0,0,0.15);
	width:30px;
	height:30px;
	line-height: 30px;
	text-align: center;
	margin:2px;
}
.news-scroller9 .owl-next:before{
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	display:block;
	border-radius: 100px;
	background:rgba(0,0,0,0.15);
	width:30px;
	height:30px;
	line-height: 30px;
	text-align: center;
	margin:2px;
}
.news-scroller9 .owl-nav{
	position: absolute;
	left:0;
	top:-30px;
	text-align: left;
	width:70px;
}
