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


});
