/**
 * Created by JetBrains PhpStorm.
 * User: mathiasschreiber
 * Date: 15.03.11
 * Time: 11:58
 * To change this template use File | Settings | File Templates.
 */
$(function() {
	$('#slider').anythingSlider({
		//width : '100%',          // Override the default CSS width
		height : 553,
		easing: 'easeInOutExpo',
		delay : 4500,
		autoPlay : true,
		appendControlsTo:$('#slidepager')
	});
});
