.fl {
	float: left; display: inline;
}
.news_slider {
	position: relative;
	width: 340px;
	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: 96%; 
	display: none;
}
.news_slider .next {
	right: 0;
}
.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: 321px;
	top: 0;
	overflow: hidden;
	margin: auto;
}
.news_slider .item {
	/*
    Must contain a width and a margin-right.
    */
	width: 102px;
	margin-right: 5px;
}
.news_slider .item div {
	font-size: 0.8em;
	width: 102px;
	padding: 5px 0 0 0;
}
.news_slider .item img {
	padding: 0px;
}
