$(document).ready(function(){
	$(".popup").colorbox({width:"700px", height:"500px"});
});
