$(document).ready(

	function()
	{
		
		$('a.big-image').colorbox({photo:true});
	}
);

