$(function() {
   $("a[rel^='colorbox']").colorbox({
		'photo': true,
		'scalePhotos': true,
		'maxWidth' : 800,
		'maxHeight' : 600,
		'previous' : 'Prec.',
		'next' : 'Suiv.',
		'current' : '{current} sur {total}',
		'close' : 'Fermer'
   });
});