$(document).ready(function(){
	
	$("a.colorbox").colorbox({
		speed: 500,
		photo: true
	});
});
