$(document).ready(function(){

	$('#slider2')
	.anythingSlider({
		width               : 930,
		height              : 324,
		startStopped        : false,
		resizeContents      : false,
		resumeOnVideoEnd    : true,
		delay    			: 7000,
		maxOverallWidth     : 32766
	})
	.anythingSliderFx({
		// base FX definitions
		// '.selector' : [ 'effect(s)', 'distance/size', 'time', 'easing' ] - 'time' and 'easing' are optional parameters
		'.quoteSlide'         : [ 'top', '500px', '1000', 'easeOutElastic' ],
		'.expand'             : [ 'expand', '10%', '400', 'easeOutBounce' ],
		'.textSlide h3'       : [ 'top left', '200px', '500', 'easeOutCirc' ],
		'.textSlide img,.fade': [ 'fade' ],
		'.textSlide li'       : [ 'listLR' ] 
	});

});
