     $(window).load(function() {
         $('#slider').ccslider({
			effectType: '3d', 
			effect: 'cubeUp', 
			    _3dOptions: { 
                  imageWidth: 834,
                  imageHeight: 274,                  
                  slices: 3,                  
                  fallBack: 'horizontalWipe',                  
                },    
    animSpeed: 2200,
    startSlide: 0,	
    directionNav: false,
	pauseTime: false,
    controlLinks: true,
    controlLinkThumbs: false,
    controlThumbLocation: '',
    autoPlay: true,
    pauseTime: 3000,
    pauseOnHover: false,
    captions: true,
    captionAnimation: 'slide',
    captionAnimationSpeed: 600,
    beforeSlideChange: function(index){},
    afterSlideChange: function(index){}
	 
         });
     });


