/* colorbox directive */
$(document).ready(function(){
	$('.gallery a:has(img)').colorbox();
});
