$(document).ready(function(){
    $("a.colorbox").colorbox({width:"820px", height:"90%", iframe:true});
    $("a.colorbox_full").colorbox({width:"97%", height:"97%", iframe:true});
			});