$(document).ready(function(){
  
  $('.slider').advancedSlider({
  
    
    captionTop: 10, /* Abstand der Textbox oben */
    
    captionLeft: 50, /* Abstand der Textbox links */
    
    captionHeight:33, /* Höhe der Textbox */
    
    captionWidth:235, /* Breite der Textbox */
    
    captionBackgroundOpacity:0.5,  /* Transparenz der Textbox: Werte von 0 bis 1.0 */
    
    
    
    
    
    /* Diese Werte nicht ändern */
    width:710, 
    height:445, 
    skin:'round', 
    shadow:false, 
    navigationButtonsCenter:false, 
    navigationButtonsContainerCenter:false,
    captionPosition:'custom'     
    });
});
