//$(document).ready(function () {
//  if ($('#imagebild IMG').length > 1) {
//    $('#imagebild').cycle({
//      fx: 'fade',
//      timeout: 3500,
//      speed:   2000,
//      prev: '#btnImagebildPrev',
//      next: '#btnImagebildNext'
//    });
//    
//    // $('#btnImagebildPrev, #btnImagebildNext').show();
//  }
//});
