#tienda {
	float: left;
	position: relative;
}
.fl_tienda {
	float: left; display: inline;
}
.news_slider_tienda img {
	border: 0; display: block;
}

.news_slider_tienda {
	position: relative; 
	width: 580px; 
	margin: 0 auto 0px auto; 
	text-align: left;
	clear: both;
}
.news_slider_tienda .messaging_tienda {
	display: block; padding: 0; margin: 0 25px;
}
.news_slider_tienda .prev_tienda, .news_slider_tienda .next_tienda {
	display: none;
	margin: 5px 0;
}
.news_slider_tienda .next_tienda {
	background: transparent url(flecha-izq.gif) scroll no-repeat left top;
	width: 22px;
	height: 16px;
	text-indent: -9999px;
	top: 80px;
	z-index: 9999;
	margin-left: 20px;
	float: left;
	}


.news_slider_tienda .prev_tienda {
	background: transparent url(flecha-der.gif) scroll no-repeat left top;
	width: 22px;
	height: 16px;
	text-indent: -9999px;
	z-index: 9999;
	margin-left: 25px;
	float: right;
	margin-right: 12px;
	}

.news_slider_tienda .container_tienda {
	position: relative; top: 0; left: 0; width: 100%;
}
.news_slider_tienda .news_items_tienda {
    /*
        The width must be equal to .item ((width + margin-right) * 2).
    */
	position: relative; width: 545px; top: 0; left: 20px; overflow: hidden;
	
}
.news_slider_tienda .view_all_tienda {
	padding: 0px; margin: 15px 0 0 0; text-align: left; position: relative; z-index: 99;
}
.news_slider_tienda .item_tienda {
    /*
        Must contain a width and a margin-right.
    */
	width: 166px; margin-right: 0px;
}
.news_slider_tienda .item_tienda div {
	font-size: 11px; width: 195px; padding: 10px 0 5px 0;
	margin-left: 36px;
}
.news_slider_tienda .item_tienda img {
	padding: 0;
	float: right;
	margin: 0;
}

