.news_slider computers_technology{
position:relative;
float:left;
width:420px;
}


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

.news_slider {
	position: relative; width: 420px; margin: 0 auto 20px auto;  height:120px;
}

.news_slider .prev, .news_slider .next {
	position: absolute; top: 32%; display: none;
}
.news_slider .next {
	right:-10px;
}

.news_slider .prev {
	left:- 10px;
}


.news_slider .container {
	position: relative; top: 0; left: 0; width:100%; height:120px; 
}
.news_slider .news_items {
    /*
        The width must be equal to .item ((width + margin-right) * 2).
    */
	position: relative; width: 370px; top: 0; left: 30px; overflow: hidden; height:120px;
}
.news_slider .view_all {
	font-size: .8em; padding: 5px; margin: 0 0 2px 0;  text-align: center;
}
.news_slider .item {
    /*
        Must contain a width and a margin-right.
    */
	width: 120px; margin-right: 5px;  height:120px;
}



