$(document).ready( function() {

	$(window).load(function() {
		$('#slider-list').orbit({
			"animation" : "horizontal-push"
		});
	});

});


		


