jQuery.noConflict();
jQuery(document).ready(function($){
	$('a.colorbox').colorbox({maxHeight:'85%', scalePhotos:true, opacity:0.65});
	$('.wp-caption a:first').colorbox({maxHeight:'85%', scalePhotos:true, opacity:0.65});
});
