// BEGIN: JQuery Funktionen fuer das UserInterface
 $(document).ready(function(){   
      
    // ---------------------------------------------------
    // BEGIN: JQuery Silder ..... Jquery Cycle Plugin http://malsup.com/jquery/cycle/
    // ---------------------------------------------------
      $('#slideshow_content').cycle({ 
        fx:     'fade', 
        speed:   1000, 
        timeout: 5000, 
        next:   '#slideshow_content', 
        pause:   1,
        height: 241 
      });      
    // ---------------------------------------------------
    // ENDE: JQuery Silder
    // ---------------------------------------------------      

    // NOJS styles entfernen
    $('.nojs_pointer').each(function(){
      $(this).css("cursor","pointer");
    });
    // ENDE: JQuery StyleSheet Funktionen   
});
    