$(document).ready(function(){

	$('#slider1')
	.anythingSlider({
		width          : 600,
		height         : 250,
		startStopped   : true,
		toggleControls : true,
		theme          : 'metallic'
	})
	
});
