$(document).ready(function(){

	$('#slider1')
	.anythingSlider({
		width           : 920,
		height          : 307,
		startStopped    : false,
		toggleControls  : true,
		resizeContents  : true,
		theme           : 'metallic',
		buildArrows     : false,
		delay           : 6000,     
		animationTime: 1000,
		pauseOnHover: true,
		navigationFormatter: function (i, panel) {
		    return ['Android', 'Gogo Inflight', 'Scansafe'][i - 1];
		}
	})
});
