$(document).ready(function(){
  $("a.shadowbox-gallery").attr("rel","shadowbox[slideshow]");
  $("a.shadowbox-iframe").attr("rel","shadowbox;player=iframe;width=400px;height=400px");
  $("#speakers").cycle({
    fx: "scrollHorz",
    pause: 1,
    speed: 500,
    timeout: 10000,
    easing: "easeInOutSine"//,
    //next: ".the-speakers a.next",
    //prev: ".the-speakers a.previous"
  });
});

Shadowbox.init({players:['qt','img','swf','iframe']});
