/*
 * jQuery Slider
 */

	$(function () {

		$('#slider').anythingSlider({
			width : 672,
			easing: 'easeInOutExpo'
		});

	});
