$(document).ready(function(){

	$('#usingpayvment').cycle({ 
    fx:      'scrollUp',
		pause: 1, 
		random: 1,
    delay:   -2000 
	});
	
});
