
$(document).ready(function(){
	$("a[rel='project_photo']").colorbox({
		'previous' : '',
		'next' : '',
		'close' : '',
		'current' : ''
		});
		
	$("a[rel='catalogue_highway']").colorbox({'width':'650', 'height':'580'});
	
	$("a[rel='obj_picture']").colorbox({
		'previous' : '',
		'next' : '',
		'close' : '',
		'current' : ''
		});
	
		$("a[rel='manager_email_form']").colorbox({
			'rel':'nofollow'
		});
	
});
