$(document).ready(function() {
	$('div.thumbs ul').anythingSlider({			// Opciones para el slider de las tiendas
		width: 520,
		height: 98,
		toggleControls: false,
		startStopped: true,
		startPanel: 1,
		buildArrows: true,
		buildNavigation: false,
		autoPlay: false
	});
	
	$('div#footer ul').anythingSlider({			// Opciones para el slider de las tiendas
		width: 1000,
		height: 123,
		toggleControls: false,
		startStopped: false,
		delay: 6000,
  		animationTime: 1000,
		startPanel: 1,
		buildArrows: false,
		buildNavigation: false,
		autoPlay: true
	});
});
