.fl {
	float: left;
	display: inline;}

.news_slider { position: relative; margin: 0 auto 10px 1%; text-align: left; width: 790px; }
.news_slider .messaging {
	display: block;
	padding: 5px;
	margin: 0 20px 5px 20px;
	background: #ffffcc;
	font-family: Tahoma;
	font-size: 16px;
}
.news_slider .prev, .news_slider .next {
	position: absolute;
	top: 42%;
	display: none;
}
.news_slider .next {
	right: 2px;
}
.news_slider .container { position: relative; top: 0; left: 0; border: 2px solid #e6e1df; background-color: #ede7e4; padding-left: 10px; }
.news_slider .news_items { /*
        The width must be equal to .item ((width + margin-right) * 2).
    */ position: relative; top: 0; left: 20px; overflow: hidden; width: 750px; }
.news_slider .view_all {
	font-size: 0.8em;
	padding: 5px;
	margin: 0 0 2px 0;
	text-align: center;
}
.news_slider .item { /*
        Must contain a width and a margin-right.
    */ width: 180px; margin-right: 5px; }
.news_slider .item div { font-size: 0.7em; width: 160px; padding: 10px 0 10px 0; font-family: Tahoma; font-style: italic; }
.news_slider .item img {
	padding: 10px;
}
