     $(window).load(function() {
         $('#slider').ccslider({
			effectType: '2d', 
			effect: 'fade', 
			    _3dOptions: { 
                  imageWidth: 680,
                  imageHeight: 333,                  
                  slices: 1,                  
                  fallBack: 'horizontalWipe',                  
                },    
    animSpeed: 3200,
    startSlide: 0,	
    directionNav: false,
	pauseTime: false,
    controlLinks: true,
    controlLinkThumbs: false,
    controlThumbLocation: '',
    autoPlay: true,
    pauseTime: 300,
    pauseOnHover: false,
    captions: true,
    captionAnimation: 'slide',
    captionAnimationSpeed: 600,
    beforeSlideChange: function(index){},
    afterSlideChange: function(index){}
	 
         });
     });


