$(function() {
		$( "#logos-marquee" ).imageScroller( {loading:'Wait please...'} );
		
		$( "#right" ).imageScroller( {speed:'4000', direction:'right'} );
		
		$( "#top" ).imageScroller( {loading:'Cargando...', direction:'top'} );
		$( "#top-products" ).imageScroller( {loading:'Cargando...', direction:'top'} );

		$( "#bottom" ).imageScroller( {speed:'3500', direction:'bottom'} );
	}
)
