.fl {
	float: left; display: inline;
}
img {
	border: 0; display: block;
}
.news_slider {

	position: relative; width: 700px; margin: 0 auto 0px auto; text-align: left;	
}
.news_slider .messaging {
	display: block; padding: 5px; margin: 0 20px 5px 20px;color:#ffffff;
}
.news_slider .prev, .news_slider .next {
	position: absolute; top: 42%; display: none;
}
.news_slider .next {

	right: 0px;
}

.news_slider .prev {

	left: 0px;
}
.news_slider .container {
	position: relative; top: 0; left: 0; width: 100%; background:transparent;

}

.news_slider {width:90%;margin-top:30px;float:left;}
.news_slider .news_items {
display:block;
background-color:#ffffff;
background-image: url(images/bg_item.png);
background-repeat:no-repeat;
background-position:0px bottom;

    /*
        The width must be equal to .item ((width + margin-right) * 2).
    */ margin: 0 auto 20px auto;
	position: relative; width: 750px; top: 0; left: 0px; overflow: hidden;
}
.news_slider .view_all {
	 
}
.news_slider .item {background-image:url(images/logo1.gif);
background-repeat:no-repeat;
background-position:center top; 
 min-height:530px;


    /*
        Must contain a width and a margin-right.
    */
	width: 720px; margin-right: 30px;
}
.news_slider .item div {
	font-size: .8em; width: 175px; padding: 10px 0 10px 0;
}
.news_slider .item img {
	padding: 10px;
}

