(function($) {
		$(function(){

			$('#slider1').anythingSlider({
				startStopped    : true, // If autoPlay is on, this can force it to start stopped
				width           : 1200,   // Override the default CSS width
				height			: 667,
				autoplay		: false,
				//theme           : 'cs-portfolio',
				animationTime: 2000,             // How long the slide transition takes

				navigationFormatter : function(index, panel){ 
					return ['HOME', 'TICKETS', 'LOCATION', 'FOTOS', 'HISTORY', 'PARTNER'][index - 1];
				}
			});

			

		});
		})(jQuery);
