$(document).ready(function(){
	$(".iframe").colorbox({iframe:true, innerWidth:425, innerHeight:344});
	$(".iframe2").colorbox({iframe:true, innerWidth:625, innerHeight:444});
	$(".single").colorbox();
});
