$(document).ready(function(){
	
		
$('#slideshow_banner').cycle({
	timeout:       6000,  // milliseconds between slide transitions (0 to disable auto advance) 
    speed:         2000 // speed of the transition (any valid fx speed value) 
 });
 
 $('#future_slideshow').cycle({
	timeout:       6000,  // milliseconds between slide transitions (0 to disable auto advance) 
    speed:         2000 // speed of the transition (any valid fx speed value) 
 });
 
  $('#future_slideshow2').cycle({
	timeout:       4000,  // milliseconds between slide transitions (0 to disable auto advance) 
    speed:         2000 // speed of the transition (any valid fx speed value) 
 });
 
  
  $('#slideshow_news').cycle({
	prev:   '#prev', 
    next:   '#next', 
    timeout: 0 ,
	 speed: 0 ,
 });

 });
		
