$(document).ready(function(){
    // run the code in the markup!
		$('#slider_con2').cycle({ 
				  fx:     'fade', 
				  easing: 'bounceout', 
					  timeout:6000,        
					  prev:    '.jFlowPrev',
				      next:    '.jFlowNext'
		});


});