$.noConflict();
jQuery(document).ready(function(){
	jQuery("a.colorbox").colorbox({
		maxWidth: '100%',
		maxHeight: '100%'
	});
});

