function horizontalScroll(containerId, effectDelay, controlsEnabled)
{
	PuffEffectsCore.LoadDependentScripts(puffMgrRootUrl);
	PuffEffectsCore.ApplyEffect(containerId, 'scrollRight', effectDelay, controlsEnabled);
}

function verticalScroll(containerId, effectDelay, controlsEnabled)
{
	
	PuffEffectsCore.LoadDependentScripts(puffMgrRootUrl);
	PuffEffectsCore.ApplyEffect(containerId, 'scrollDown', effectDelay, controlsEnabled);
}


			
			
			