jQuery(document).ready(function($){
	$(".colorbox").colorbox({
		scalePhotos:true,
		maxWidth: "80%"
	});
});
