$(document).ready(function(){
	$("#lightbox").colorbox({
		width:"700px",
		height:"500px",
		iframe:true
	});
});
