.fl {
	float: left; 
	display: inline;
}

img {
	border: 0; 
	display: block;
	margin:0;
}

/*Main Container for the news slide */
.news_slider {
	position: relative; 
	width: 677px; 
	margin: 16px 0 20px 0;
	text-align: left;
	background: #e7e8e8;
        padding: 10px 0 6px 0;
}

.news_slider .messaging {
	display: block; 
	padding: 5px; 
	margin: 0 0px 5px 0px; 
	background: #ffffcc;
}

.news_slider .prev, .news_slider .next {
	position: absolute; 
	top: 30%; 
	display: none;
	cursor: pointer;
}

.news_slider .next {
	right: -30px;
    background: transparent url(../images/next.png) no-repeat 0 0;
    height: 68px;
    width:68px;
    z-index: 5;
}

.news_slider .prev {
	left: -25px;
    background: transparent url(../images/prev.png) no-repeat 0 0;
    height: 68px;
    width:68px;
    z-index: 5;
}

.news_slider .container {
	position: relative; 
	top: 0; 
	left: 0; 
	width: 100%; 
	background: #eeeeed;
}

.news_slider .news_items {
    /*
        The width must be equal to .item ((width + margin-right) * 2).
    */
	position: relative; 
	width: 639px; 
	top: 0; 
	left: 20px; 
	overflow: hidden;
}

.news_slider .view_all {
	font-size: .8em; 
	margin: 5px 0 5px 0; 
	text-align: center;
}

.news_slider .item {
    /*
        Must contain a width and a margin-right.
    */
	width: 213px; 
	margin-right: 0px;
	margin-bottom: 0;
}




