1jQuery(document).ready(function(){
2	jQuery(".iframe").colorbox({iframe:true, width:"90%", height:"90%"});
3});
4