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

		jQuery('#slider2').cycle({
				  fx:     'scrollUp', 
				  easing: 'backinout', 
					  timeout:11000,        
					  prev:    '.test_arrows_left',
				      next:    '.test_arrows_right'
		});

});
