// JavaScript Document
jQuery.noConflict();
jQuery(document).ready(function($){

      $('#slider').nivoSlider({
			pauseTime:4000});
    });
