.fl {
	float: left; display: inline;
}

.news_slider {
	position: relative; width: 770px; margin: 0 auto 0px auto; text-align: left;
}
.news_slider .messaging {
	display: block; padding: 5px; margin: 0 20px 5px 20px; background: #fff;
}
.news_slider .next {
	position: absolute; top: 10px; display: none; width: 100px; background: url('../design/next.gif') 70px 2px no-repeat;  
}
.news_slider .prev {
	position: absolute; top: 10px; display: none; width: 100px; background: url('../design/prev.gif')  0px 2px no-repeat;  padding-left: 20px; margin-left: 20px;
}
.news_slider .next {
	right: 0;
}
.news_slider .container {
	position: relative; top: 0; left: 0; width: 100%; background: #fff;
}
.news_slider .news_items {
    /*
        The width must be equal to .item ((width + margin-right) * 2).
    */
	 width: 730px; top: 0; left: 20px; overflow: hidden;  margin-left: 20px;  
}

.news_slider .view_all {
	font-size: .8em; padding: 5px; margin: 0 0 2px 0; border-top: #bad0ee 1px solid; border-bottom: #fff 1px solid; text-align: center;
}
.news_slider .item {
    /*
        Must contain a width and a margin-right.
    */
	width: 174px; margin-right: 13px; height: 265px; margin-top: 10px;
}
.news_slider .item div {
	width: 174px; padding: 10px 0 10px 0;
}
.news_slider .item img {
	padding: 10px;
}
.darky {
	margin-left: 20px;

}
