$(document).ready(function() {
	
	$('#more-unframed').colorbox({
		width: "785px",
		height: "710px"
	});
	
});
