jQuery(document).ready(function(jQuery) {

  jQuery(".filelinks .swf a").colorbox({
    href: function(){ return "fileadmin/lighboxplayswf/embed.php?m="+jQuery(this).attr('href') },
    transition:"elastic",
//    width:"564",
//    height:"449",
    slideshow:false,
    slideshowSpeed:"2500",
    slideshowAuto:false,
    iframe:false,

    // language params
    slideshowStart:"start",
    slideshowStop:"stop",
    current:"{current} of {total}",
    previous:"previous",
    next:"next",
    close:"close"
  });

  jQuery(".filelinks_layout_1 .swf a").removeClass("cboxElement");

});
