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