(function($) {
$(document).ready(function(){

	$('#slider')
	.anythingSlider({
		width               : 510,
		height              : 270,
		startStopped        : false,
		navigationFormatter : false
		/* navigationFormatter : function(i, panel){
			return ['Top', 'Right', 'Bottom', 'Left'][i - 1];
		} */

	})
});
})(jQuery);
