$(document).ready(function(){

	$('a.gallery').colorbox({rel:'gal'}); // attaching 'colorbox'
	
});
