$(document).ready(function() {
	
	$('#slider2').anythingSlider({
	    startStopped    : false, // If autoPlay is on, this can force it to start stopped
	    width           : 872,   // Override the default CSS width
		height          : 394,   // if resizeContent is false, this is the default height if panel size is not defined
		resizeContents  : true, // If true, solitary images/objects in the panel will expand to fit the viewport  	    
	    hashTags        : false,
	    buildArrows     : false,
	    delay			: 7000,
	    buildNavigation : true
	});
	
});
