$(document).ready(function(){
	$('.modalbox').colorbox({maxHeight:"85%",maxWidth:"85%"});
});

