$(document).ready(function(){
$("a#flashdemo").colorbox({iframe:true, innerWidth:'927px', innerHeight:'720px',opacity:'0.90'});
$("a[rel='screenshots']").colorbox({opacity:'0.90'}); 
});

