#slider_tienda,#slider_dest {
    width: 450px; /* important to be same as image width */
    height: 250px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin-left: 10px;	
	background: url(/layout/img/loader.gif) no-repeat center center;
}
#slider_tiendaContent,#slider_destContent {
    width: 450px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	z-index:0;
}
.slider_tiendaImage,.slider_destImage {
    float: left;
    position: relative;
	z-index:0;
}
.slider_tiendaImage { display: none; }
.slider_tiendaImage span,.slider_destImage span {
	position: absolute;
	font: 0.95em Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 424px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
	z-index:5;
}
.slider_tiendaImage span { display: none; }
#slider_tienda .clear,#slider_dest .clear { clear: both; }
.slider_tiendaImage span strong,.slider_destImage span strong  { font-size: 1.3em; }
#slider_tienda .top,#slider_dest .top {
	top: 0;
	left: 0;
}
#slider_tienda .bottom,#slider_dest .bottom {
	bottom: 0;
    left: 0;
}
#slider_tienda ul,#slider_dest ul { list-style-type: none;}
