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