$(document).ready(function(){
			$(".colorbox").colorbox({iframe:true, innerWidth:640, innerHeight:360});
		});

