$(document).ready(function(){
	$('#slider1')
	.anythingSlider({
		width			: 960,
		height			: 336,   // Stop button text
		animationTime	: 500,     
		speed			: 1000,
		theme			: 'metallic',
		navigationFormatter : function(i, panel){}
	})
	
});
