$(function () {
$('#slider1').anythingSlider({
				width           : 920,      // Override the default CSS width
 				height          : 332,
				theme           : 'minimalist-round',
				easing          : "easeInOutBack",   // Anything other than "linear" or "swing" requires the easing plugin
				onSlideComplete : function(slider){
					// alert('Welcome to Slide #' + slider.currentPage);
				}
			});
$('#slider2').anythingSlider({
				width           : 360,      // Override the default CSS width
 				height          : 200,
				startPanel      : 1,
				forwardText     : "Siguiente;", // Link text used to move the slider forward (hidden by CSS, replaced with arrow image)
				backText        : "Anterior;",
				easing          : "easeInOutBack",   // Anything other than "linear" or "swing" requires the easing plugin
				buildArrows         : false,
				resizeContents      : false,     // If true, solitary images/objects in the panel will expand to fit the viewport
				autoPlay            : false,     // This turns off the entire slideshow FUNCTIONALY, not just if it starts running or not
				onSlideComplete : function(slider){
					// alert('Welcome to Slide #' + slider.currentPage);
				}
			});

});


Cufon.replace('h2, h3');

