$(document).ready(function(){
    // run the code in the markup!
		$('#slider_area').cycle({ 
				  fx:     'fade', 
				  easing: 'bounceout', 
					  timeout:11000,        
					  prev:    '.prev',
				      next:    '.next'
		});

		$('#slider2').cycle({ 
				  fx:     'scrollUp', 
				  easing: 'backinout', 
					  timeout:11000,        
					  prev:    '.test_arrows_left',
				      next:    '.test_arrows_right'
		});

});
