var jq = jQuery.noConflict();
// Do something with jQuery
jq(document).ready(function($) {
    jq('#slider').nivoSlider();

});

