jQuery.noConflict();
(function($) { 
  $(function() {
	  $('#slideshow').nivoSlider();
  });
})(jQuery);

