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

img {
	border: 0; display: block; 
}
.news_slider { position: relative; width: 940px; text-align: left; margin-top: 0; margin-bottom: 10px; margin-right: 0px; margin-left: 25px; float: left; background-image: url(../images/back_news.gif); background-repeat: no-repeat; background-position: left top; height: 147px; 
}
.news_slider .messaging {
	display: block; padding: 5px; margin: 0 20px 5px 20px; background: #ffffcc;
}
.news_slider .next { position: absolute; top: 40%; display: none; margin-right: 10px; 
}
.news_slider .prev { position: absolute; top: 40%; display: none; margin-left: 5px; 
}

.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: 860px; top: 0; left: 34px; overflow: hidden; 
}
.news_slider .view_all { padding: 0px; margin: 0; text-align: left; 
}
.news_slider .item { /*
        Must contain a width and a margin-right.
    */ width: 280px; margin-right: 10px; 
}
.news_slider .item div { font-size: 11px; width: 175px; padding: 10px 0 10px 0; line-height: 14px; 
}
.news_slider .item img {
	 border: 1px solid #C6C6C6; padding: 2px; margin: 10px;
}
.news_slider .item p { margin-top: 10px; 
}
