$(function() {
	
	$('#slider')
    .anythingSlider({
    	buildArrows         : false,
    	buildStartStop      : false,
		buildNavigation     : false,		
		expand				: false,	
		autoPlay            : true,
		autoPlayDelayed     : true,
		autoPlayLocked      : true,
		pauseOnHover        : false,		
		delay               : 8000,
		resumeDelay         : 8000,
        animationTime 		: 0 // zero time between slide transitions
    })
    .anythingSliderFx({
        // target the entire panel and fade will take 500ms
        '.panel' : [ 'fade', 500, 'easeInOutCirc' ]
    });
	
	
});
