jQuery(document).ready(function(){
	
	jQuery('#slider2')
	.anythingSlider({
		delay               : anything_vars.anything_interval,      
		animationTime       : anything_vars.anything_duration,      
		autoPlay            : anything_vars.anything_auto,
		easing              : anything_vars.anything_easing,
		pauseOnHover        : anything_vars.anything_hoverpause,
		width               : 948,
		height              : 50,
		buildArrows         : false,
		startpanel: 1,
		startStopped        : false,
		resizeContents      : false,
		navigationFormatter : function(i, panel){
			return [' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' '][i - 1];
		}
	})
	.anythingSliderFx({
   // '.selector' : [ 'caption', 'distance/size', 'time', 'easing' ]
   // 'distance/size', 'time' and 'easing' are optional parameters
   '.caption-top'    : [ 'caption-Top', '50px' ],
   '.caption-right'  : [ 'caption-Right', '130px' ],
   '.caption-bottom' : [ 'caption-Bottom', '50px' ],
   '.caption-left'   : [ 'caption-Left', '130px' ]
  });

	
 
});
