<!--  initialize the slideshow when the DOM is ready -->
$(document).ready(function() {
    $('.cycle_slider').cycle({
    fx:    'blindY',
    next:   '#next2, .cycle_slider', 
    prev:   '#prev2'  ,
    delay: -10000
 // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
	
    $('.cycle_slider_affilies').cycle({
    fx:    'curtainX,zoom',
    next:   '#next2, .cycle_slider', 
    prev:   '#prev2'  ,
    delay: -10000
	});
});