$(document).ready(function() {
	
	$("a[rel=colorbox]").colorbox({
		width: 800,
		height: 500
	});

});
