(function($){
  
  $(document).ready(function(){
    
    $('.slider').advancedSlider({
  
    
      captionTop: 1, /* Abstand der Textbox oben */  
      captionLeft: 655, /* Abstand der Textbox links */  
      captionHeight:498, /* Höhe der Textbox */  
      captionWidth:325, /* Breite der Textbox */  
      captionBackgroundOpacity:0.8,  /* Transparenz der Textbox: Werte von 0 bis 1.0 */
      captionBackgroundColor: '#ffffff',
      captionShowEffectDuration: 1, 
                    
    
      slideshowDelay: 10000,
      sliceDuration: 500,
      sliceDelay: 100,       
        
      slideshowControls: true,
      navigationButtons: false,
      timerAnimation: false,
      width:980, 
      height:500, 
      skin:'minimal-light', 
      shadow: false,      
      navigationButtonsCenter: false, 
      navigationButtonsContainerCenter: false,
      captionPosition:'custom'           
    }); 
    
  });
    
}
)(jQuery);
