
    //no conflict jquery
    jQuery.noConflict();
    //jquery stuff
    (function($) {
      $(#slider);
      $(.nivoSlider);
    })(jQuery);

