// Set up Sliders
// **************
var j = jQuery.noConflict();
j(function(){
    j('#slider').anythingSlider ({
        startStopped    : false, // If autoPlay is on, this can force it to start stopped
        width           : 800,   // Override the default CSS width
        buildNavigation	: true,
        autoPlayLocked  : true,  // If true, user changing slides will not stop the slideshow
		delay           : 7000,      // How long between slideshow transitions in AutoPlay mode (in milliseconds)
		pauseOnHover    : true      // If true & the slideshow is active, the slideshow will pause on hover	
});
});
