$(window).load(function(){	
	
	var options = {
				delay: 5000,
				type:['fade'],
				controls:'.controlstwo.first_exampletwo',
				next:'.nexttwo',
				prev:'.prevtwo'
			};
	$('.containertwo.first_exampletwo').svUltimateSlider(options);

	
});
