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

.news_slider {
position:relative;
width:300px;
text-align:left;
margin-bottom:10px;
}

.news_slider .prev,.news_slider .next {
position:absolute;
top:370px;
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). */
position:relative;
width:298px;
top:0;
overflow:hidden;
}

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