.news_slider computers_technology{
position:relative;
float:left;
width:420px;

}


.fl {
	float: left; display: inline;
}

.news_slider {
	position: relative; width: 470px; margin: 0 auto 20px auto;  height:180px;
	
}

.news_slider .prev, .news_slider .next {
	position: absolute; top: 22%; display: none;
}
.news_slider .next {
	right:-8px;
}

.news_slider .prev {
	left:- 8px;
}


.news_slider .container {
	position: relative; top: 0; left: 0; width:100%; height:180px; 
}
.news_slider .news_items {
    /*
        The width must be equal to .item ((width + margin-right) * 2).
    */
	position: relative; width: 420px; top: 0; left: 30px; overflow: hidden; height:180px;
	
}
.news_slider .view_all {
	font-size: .8em; padding: 0px; margin: 0 0 2px 0;  text-align: center;
}
.news_slider .item {
    /*
        Must contain a width and a margin-right.
    */
	width: 140px; margin-right: 5px;  height:180px;

}

