.widget_container .news_slider li{
background-image:none;
padding:0px;
}
.widget_container .news_slider ul{
width:100%;
max-width:100%;
height:auto;
overflow:hidden;

}

.widget_container .news_slider li{
margin-bottom:20px;
padding-bottom:15px;

}
.news_slider_wrapper{
	position:relative;

}
 .controls{
	position: absolute;
	top:-45px;
	text-align:right;
	right:0px;

}
 .controls a{
	 display:inline-block;
	 float:left;
	 margin-left:3px;
}



 a.prev, a.next{
	cursor:pointer;
	display:block;
}

 a.prev{
	background-image:url(../images/prevBtn.png);
	background-repeat:no-repeat;
	width:27px;
	height:27px;
}
 a.next{
  background-image: url("../images/nextBtn.png");
    background-repeat: no-repeat;
    bottom: 27px;
    height: 27px;
    width: 27px;
}


 a.prev:hover, a.next:hover{
 opacity:0.8;
 }