$(document).ready(function() {
	$('#cuadros ul').anythingSlider({			// Opciones para el slider de los cuadros de la pagina principal
		width: 845,
		height: 454,
		toggleControls: true,
		startStopped: false,
		delay: 6000,
  		animationTime: 1000,
		startPanel: 1,
		buildArrows: false,
		buildNavigation: true,
		pauseOnHover: true,
		autoPlay: true
	});
	
	$('#noticias ul').anythingSlider({			// Opciones para el slider de las noticias
		width: 670,
		height: 31,
		toggleControls: false,
		startStopped: false,
		delay: 10000,
  		animationTime: 1800,
		startPanel: 1,
		buildArrows: false,
		buildNavigation: false,
		pauseOnHover: true,
		autoPlay: true
	});
	
	$('ul#tiendas').anythingSlider({			// Opciones para el slider de las tiendas
		width: 560,
		height: 598,
		toggleControls: false,
		startStopped: true,
		startPanel: 1,
		buildArrows: false,
		buildNavigation: false,
		autoPlay: false
	});
});
