.news_slider {
	/*	width:600px;	*/
	position: relative; width: 930px; margin: 10px 0 20px 0; text-align: left;
}
.news_slider .messaging {
	display: block; padding: 5px; margin: 0 20px 5px 20px; background: #ffffcc;
}
.news_slider .prev, .news_slider .next {
position: absolute; top:0; display: none;
}
.news_slider .next {
	right:0;
}

.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).
        width: 560px;
        left: gibt den abstand vom prev.gif [breite] wieder
    */
	position: relative; width: 898px; top: 0; left: 16px; overflow: hidden;background-image: url(newsslider_background.png); height:80px;overflow:hidden;
}
.news_slider .view_all {
	font-size: .8em; padding: 5px; margin: 3px 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;
    */
	width: 440px; margin-right: 10px; padding: 2px 0 0 0;
}
.news_slider .item div {
	font-size: 11px; width: 250px; padding: 2px; color:#fff;
}


.news_slider .item img {
	padding: 0 10px 0 0; 
}
.fl {
	float: left; display: inline;
}

img {
	border: 0; display: block;
}

