.fl {
	float: left;
	display: inline;
	color: #B11B36;
}
img {
	border: 0; display: block;
}
.news_slider {
	position: relative;
	width: 600px;
	margin: 0 auto 20px auto;
	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: 42%; 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: 502px;
	top: 0;
	left: 28px;
	overflow: hidden;
	margin-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.news_slider   .view_all {
	font-size: 12px;
	padding: 5px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	letter-spacing: 1px;
	background-image: url(images/fdo-historia-tabs.gif);
}
.news_slider .item {
    /*
        Must contain a width and a margin-right.
    */
	width: 270px; margin-right: 10px;
}
.news_slider .item div {
	font-size: .8em; width: 175px; padding: 10px 0 10px 0;
}
.news_slider .item img {
	padding: 10px;
}
