jQuery.noConflict();

jQuery(window).load(function()
{
	if(jQuery("#slider").length!=0)
	{
		jQuery("#slider").nivoSlider(
		{
		effect:"fade",
		slices:8,
		boxCols:5,
		boxRows:4,
		animSpeed:500,
		pauseTime:5000,
		startSlide:0,
		directionNav:false,
		directionNavHide:true,
		controlNav:true,
		controlNavThumbs:true,
		controlNavThumbsFromRel:false,
		controlNavThumbsSearch:".jpg",
		controlNavThumbsReplace:"_thumb.jpg",
		keyboardNav:false,
		pauseOnHover:true,
		manualAdvance:false,
		captionOpacity:0.9,
		prevText:"Prev",
		nextText:"Next",
		beforeChange:function(){},
		afterChange:function(){},
		slideshowEnd:function(){},
		lastSlide:function(){},
		afterLoad:function(){},
		customChange:function(){}
		})
		;}
});



