.fl {
	 float:left;display: inline;
}
img {
	border: 0; 
}
.news_slider {
	position: relative; width: 580px;margin: 10px auto 20px auto; text-align:left;background: #eeeeef;border-top:1px solid black;border-bottom:1px solid black;
}
.news_slider .messaging {
	display: block; padding: 0px;margin: 0 20px 5px 20px;  background: #ffffcc;
}
.news_slider .prev, .news_slider .next {
	position: absolute; top: 38%; display: none;
}
.news_slider .next {
	right: 0;
}
.news_slider .container {
	position: relative; top: 0px; left: 0px; width: 100%; background: #eeeeef;
}
.news_slider .news_items {
    /*
        The width must be equal to .item ((width + margin-right) * 2).
    */
	position: relative; width: 528px; top: 0; left: 20px; overflow: hidden;
}
.news_slider .view_all {
	font-size: .8em; padding: 5px; margin: 0 0 0px 0;  text-align: center;
}
.news_slider .item {
    /*
        Must contain a width and a margin-right.
    */
	width: 38px; margin-right: 10px;
}
.news_slider .item div {
	font-size: .8em; width: 175px; padding: 10px 0 10px 0;
}
.news_slider .item img {
	padding: 10px;
}
