.news_slider .fl {
	float: left; display: inline;
}


.news_slider img {
	border: 0; display: block;
}


.news_slider {
	/*position: relative; width: 325px; margin: 0 auto 20px auto; text-align: left;*/
        position: relative; width: 205px; margin: 0 auto 0px auto; text-align: left; 
}
.news_slider .messaging {
	/*display: block; padding: 5px; margin: 0 20px 5px 20px; background: #ffffcc;background: url(images/gradientNewsslider.jpg) repeat-x;*/
        display: block; padding: 5px; margin: 0 25px 5px 25px; 
} 
.news_slider .prev, .news_slider .next {
	position: absolute; top: 30%; 
}
.news_slider .next {
	/*right: 0;*/
        right: 0px; display: none;
       
}
.news_slider .container {
	position: relative; top: 0; left: 0; width: 100%; 
}
.news_slider .news_items {
    /*
        The width must be equal to .item ((width + margin-right) * 2).
    */
	/*position: relative; width: 560px; top: 0; left: 20px; overflow: hidden;*/
    position: relative; width: 170px; top: 0; left: 17px; overflow: hidden; 
}

* html .news_slider .news_items {
    /*
        The width must be equal to .item ((width + margin-right) * 2).
    */
	/*position: relative; width: 560px; top: 0; left: 20px; overflow: hidden;*/
    position: relative; width: 170px; top: 0; left: 21px; overflow: hidden; 
}

*+html .news_slider .news_items {
    /*
        The width must be equal to .item ((width + margin-right) * 2).
    */
	/*position: relative; width: 560px; top: 0; left: 20px; overflow: hidden;*/
    position: relative; width: 170px; top: 0; left: 21px; overflow: hidden; 
}


/*.news_slider .view_all {
	font-size: .8em; padding: 5px; margin: 0 0 2px 0; border-top: #eeeeed 1px solid; border-bottom: #eeeeed 1px solid; text-align: center;
}*/

.news_slider .item {
    /*
        Must contain a width and a margin-right.
    */
	/*width: 270px; margin-right: 10px;background-image:url(images/gradientNewsslider.jpg) repeat-x;*/
        width: 170px; margin-right: 0px; 
}
.news_slider .item div {
	font-size: 10px; width: 170px; text-align:center; padding: 5px 0 5px 0;
}



.news_slider .item img {
	padding: 4px;
}
