$(document).ready(function(){
	$('#banner')
	.anythingSlider({
		width          : 346,
		height         : 162,
		startStopped   : false,
		toggleControls : false,
		theme          : '',
		navigationFormatter : function(i, panel){
			return [''][i - 1];
		}
	})
	
	$('#about')
	.anythingSlider({
		width          : 993,
		height         : 390,
		startStopped   : true,
		toggleControls : false,
		theme          : ''
	})
});
