.fl {
	float: left; display: inline;
}
img {
	border: 0; display: block;
}
.news_slider {
	position: relative;
	width: 860px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
.news_slider .messaging {
	display: block; padding: 5px; margin: 0 20px 5px 20px; background: #ffffcc;
}
.news_slider .prev, .news_slider .next {
	position: absolute; top: 110px; display: none;
	left: -35px;
}
.news_slider .next {
	left: 881px;
}
.news_slider .container {
	position: relative; top: 0; left: 0; width: 100%;
}
.news_slider .news_items {
    /*
        The width must be equal to .item ((width + margin-right) * 2).
    */
	position: relative; width: 860px; top: 0; left: 0px; overflow: hidden;
}
.news_slider .view_all {
	display: none; font-size: .8em; padding: 5px; margin: 0 0 2px 0; text-align: center;
}
.news_slider .item {
	/*
        Must contain a width and a margin-right.
    */
	width: 280px;
	margin-right: 6px;
}
.news_slider .item div {
	font-size: 0.8em; width: 280px;
}
.news_slider .item img {
}
