$(document).ready(
	function(){

		$("a[rel='colorbox']").colorbox({
			maxWidth:800,
			maxHeight:600
		});

		

	}
	);

