$(document).ready(function(){
    $('.outlink').colorbox({iframe:true, innerWidth:1024, innerHeight:680, autoplay:true});
    $('.colorbox').colorbox();
    $('#slideshow').bxSlider();
});
