$(function() {
 $('#slider').cycle({timeout: 7000, speed: 3000});
 $("a[rel='offers']").colorbox({arrowKey:true, width:"620px", height:"80%", iframe:true, current: $l['lb']['itemjobs']+" {current} "+$l['lb']['of']+" {total}"});
 $("a[rel='detail']").colorbox({arrowKey:true, width:"620px", height:"80%", iframe:true, current: $l['lb']['itemjobs']+" {current} "+$l['lb']['of']+" {total}"});
 $("a[rel='impressum']").colorbox({arrowKey:true, width:"620px", height:"80%", iframe:true, current: $l['lb']['itemjobs']+" {current} "+$l['lb']['of']+" {total}"});
 $("a[rel='kontakt1']").colorbox({arrowKey:true, current: $l['lb']['bild']+" {current} "+$l['lb']['of']+" {total}"});
 $("a[rel='kontakt2']").colorbox({arrowKey:true, current: $l['lb']['bild']+" {current} "+$l['lb']['of']+" {total}"});

 /*
 $('#Main_SlideShow').show();



 var MainC = $('#Main_Content').height();

 $('#Main_ContentLeft').height(MainC);
 $('#Main_ContentCenter').height(MainC);
 $('#Main_ContentRight').height(parseFloat(MainC));

 if($("#GalleryCount").length != 0)
 {
  for(var I=0; I<parseFloat($("#GalleryCount").val()); I++)
  {
   $("a[rel='Gallery"+I+"']").colorbox();
  }
 }

 $("a[rel='Map']").colorbox();
 */
});
