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

.news_slider {
	position: relative; width: 980px; margin: 0 auto; text-align: left; 
}
.news_slider .messaging {
	display: block; padding: 5px; margin: 0 20px 5px 20px; background: #ffffcc;
}
.news_slider .prev img, .news_slider .next img {
	position: absolute; top: 0%; margin-top: 18%;
}

.news_slider .next img {
	right: 0;
}

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

.news_slider .news_items {
    /*
        The width must be equal to .item ((width + margin-right) * 3).
    */
	position: relative; width: 930px; top: 0; left: 24px; overflow: hidden;
}

.news_slider .item {
    /*
        Must contain a width and a margin-right.
    */
	width: 270px; margin-right: 40px
}

/*** ie **/
* html .fl {
	float: left; display: inline;
}

* html .news_slider {
	position: relative; width: 980px; margin: 0 auto; text-align: left;
}
* html .news_slider .messaging {
	display: block; padding: 5px; margin: 0 20px 5px 20px; background: none;
}

* html .news_slider .next {
	right: 0;
}
* html .news_slider .container {
	position: relative; top: -40px; left: 0; width: 100%;
}
* html .news_slider .news_items {
    /*
        The width must be equal to .item ((width + margin-right) * 3).
    */
	position: relative; width: 930px; top: 0; height: 240px;left: 25px; overflow: hidden;
}

* html .news_slider .item {
    /*
        Must contain a width and a margin-right.
    */
	width: 220px; margin-right: 0px;
}


