$("#slideshow").cycle({
	fx:     'fade', 
  	speed:  'slow', 
   timeout: 10000, 
   next:   '#next2', 
   prev:   '#prev2'
});
