$(function(){

	$('#slider2')
	.anythingSlider({
		resizeContents      : false,
		navigationFormatter : function(i, panel){
			return ['&nbsp;', '&nbsp;', '&nbsp;', '&nbsp;', '&nbsp;'][i - 1];
		}
	})
	


});
