jQuery(document).ready(function() {
$(".iframe").colorbox({width:"800px", height:"500px", iframe:true});
});