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

.news_slider  img 
{
	border: 0; 
	display: block;
}

.news_slider 
{
	position: relative; 
	width: 806px; 
	margin: 0 auto 0px auto; 
	text-align: left;
}

.news_slider .messaging 
{
	display: block; 
	padding: 5px; 
	margin: 0 0 5px 0; 
	background: #ffffcc;
	font-size:11px;
	text-align:center;
}

.news_slider .prev, 
.news_slider .next 
{
	display: none;
}

.news_slider .prev 
{
	float:left;
}

.news_slider .next 
{
	float:right;
}

.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: 806px; 
	overflow: hidden;
}

.news_slider .view_all {
	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: 806px; 
	margin-right: 10px;
}

.news_slider .item div {
	font-size: .8em; width: 240px; 
	padding: 10px 0 10px 0;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}