$(document).ready(
function() {

  $('#claim-foto ul').innerfade({ 
     animationtype: 'fade', 
     speed: 'slow',
     timeout: 10000,
     type: 'sequence', 
     containerheight: 'auto',
     runningclass: 'innerfade',
     children: null
   });

  jQuery('div.csc-frame-frame1 a').colorbox({ 
        opacity:0.5 , 
        rel:'group2',
        next : '',
        previous : '',
        close : 'Schließen',
        current : '&nbsp;',
        width : '550px',
        height : '420px',
        iframe : true
  });

});
