div.mdk-slide{
			position:absolute; 
			display:none;
			}
.post-news-slide{
	position:relative;
	overflow:hidden; 
	display:block;
	height:396px;
	}
.news-slider-title{
	position:absolute;
	width:508px;
	height:72px;
	bottom:0px;
	left:72px;
	padding-left:9px;
	padding-right:9px;
	background:rgba(255,255,255,0.7);
	z-index:99;
	}	
.news-slider-prev:hover , .news-slider-next:hover{
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	background:rgba(65,166,42,0.9);
	cursor:pointer;
	}
	
.news-slider-prev,.news-slider-next {
	height:72px;
	width:72px;
	display:block;
	text-align:center;
	line-height:54px;
	background:rgba(24,53,103,1);
	color: rgba(255,255,255,1);
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	position:absolute;
	bottom:0px;
	font-size:54px;
}	
.news-slider-prev {
	left:0px;
	}
.news-slider-next{
	right:0px;
	}