$(document).ready(function(){
	$("a[rel='colorbox']").colorbox({ photo: true });
});

