jQuery.noConflict();
jQuery(document).ready(function(){
    nivoSlider();
});
function nivoSlider() {
    jQuery("#slider").click(function() {
        /*Some action*/
    });
}
