$(document).ready(function(){
  
	$('.plans').cycle({ 
	    fx:     'scrollLeft', 
	    speed:  'normal', 
	    timeout: 0, 
	    next:   '#prev', 
	    prev:   '#next' 
	});
	
	$('#tabs').tabs();

});