$(document).ready(function(){
	$(".example5").colorbox({innerWidth:500, innerHeight:300, iframe:true});
});

