$(document).ready(function(){


	$('#slider1')
	.anythingSlider({
		width          : 960,
		height         : 320,
		startStopped   : false,
		toggleControls : false,
		theme          : 'metallic'

	})


});
