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

.news_slider {
	border-top: 1px solid #69b2d4; position: relative; width: 959px; margin: 0 auto; text-align: left; float: left; background: url(img/slidebg.jpg) no-repeat;
}
.news_slider .messaging {
	display: block; padding: 5px; margin: 0 20px 5px 20px;
}
.news_slider .prev, .news_slider .next {
	position: absolute; padding-left:2px; padding-right:2px; top: 40%; display: none; z-index: 71;
}

.news_slider .next {
	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: 909px; height: 240px; top: 0; left: 24px; overflow: hidden;
}

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

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

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

* 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: 909px; top: 0; height: 240px; left: 25px; overflow: hidden;
}

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


