$(document).ready(function(){
	$("a[href $= 'jpg']").colorbox({ opacity: '0.6' }); 

});

