.news_slider .fl {
	float: left; display: inline;
}
.news_slider 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%; background: #ebeced url(../img/bg-tabla-gris.png) repeat-x;
}
.news_slider .news_items {
    /*
        The width must be equal to .item ((width + margin-right) * 2).
    */
	position: relative; width: 560px; top: 0; left: 20px; overflow: hidden;
}
.news_slider .view_all {
	font-size: .8em; padding: 5px; margin: 0 0 2px 0; /*border-top: #ddd 1px solid; border-bottom: #ddd 1px solid;*/ text-align: center;
}

.alquileres .view_all { background: #E3F8FF url(../img/bg-bar-azul.png) repeat-x; }
.alquileres { margin-top: 15px; }
.ventas .view_all { background: #F4FFDB url(../img/bg-bar-verde.png) repeat-x; }


.news_slider .item {
    /*
        Must contain a width and a margin-right.
    */
	width: 270px; margin-right: 10px; font-size: 85%;
}
.news_slider .item div {
	font-size: .8em; width: 155px; padding: 10px 0 10px 0; height: 115px;
}
.news_slider .item img {
	padding: 5px;
}

.news_slider div.separadorNews {
	clear: both; width: 0px; padding: 0px; height:0px;
}


