.fl {
	float: left; display: inline;
}
img {
	border: 0; display:inline-block;
}
.news_slider {
	position: relative; width: 271px; margin: 0 auto; text-align: left;
}
.news_slider .messaging {
	display: block; padding: 5px; margin: 0 20px 5px 20px; background: #ffffcc;
}
.news_slider .prev, .news_slider .next {
	position: absolute; top: 97%; display: none;text-decoration:underline;color:#340027;font-size:12px;
}
.news_slider .next {
	right: 25px;
}
.news_slider .moduletable-ban {
	position: relative; top: 0; left: 0; width: 100%; height:400px; z-index:3; 
}
.news_slider .news_items {
    /*
        The width must be equal to .item ((width + margin-right) * 2).
    */
	position: relative; width: 230px; top: 0; left:15px; overflow: hidden;
}
.news_slider .view_all {
	font-size: .8em; padding: 5px; margin: 0 0 2px 0; border-top: #eeeeed 1px solid; border-bottom: #eeeeed 1px solid; text-align: center;
}
.news_slider .contentpaneopen {
    /*
        Must contain a width and a margin-right.
    */
	width: 230px; margin-right: 0; float:left;display: inline; font-size:13px;
}








