jQuery(window).bind("load", function() {
	$('#content1').cycle({ 
		fx:      'scrollHorz',
		easing:  'easeInOutExpo',
		prev:    '#prev1',
		next:    '#next1',
		height:  250,
		timeout: 0
	});	
	$('#content2').cycle({ 
		fx:      'scrollHorz',
		easing:  'easeInOutExpo',
		prev:    '#prev2',
		next:    '#next2',
		height:  250,
		timeout: 0
	});
	$('#content3').cycle({ 
		fx:      'scrollHorz',
		easing:  'easeInOutExpo',
		prev:    '#prev3',
		next:    '#next3',
		height:  250,
		timeout: 0
	});
	$('#content4').cycle({ 
		fx:      'scrollHorz',
		easing:  'easeInOutExpo',
		prev:    '#prev4',
		next:    '#next4',
		height:  250,
		timeout: 0
	});
	$('#content5').cycle({ 
		fx:      'scrollHorz',
		easing:  'easeInOutExpo',
		prev:    '#prev5',
		next:    '#next5',
		height:  250,
		timeout: 0
	});
	$('#content6').cycle({ 
		fx:      'scrollHorz',
		easing:  'easeInOutExpo',
		prev:    '#prev6',
		next:    '#next6',
		height:  250,
		timeout: 0
	});
	$('#content7').cycle({ 
		fx:      'scrollUp',
		speed:   5000,
		timeout: 4000,
		random:  0,
		height:  250
	});
	$('#content8').cycle({ 
		fx:      'scrollHorz',
		easing:  'easeInOutExpo',
		prev:    '#prev8',
		next:    '#next8',
		height:  250,
		timeout: 0
	});
	$('#content9').cycle({ 
		fx:      'scrollHorz',
		easing:  'easeInOutExpo',
		prev:    '#prev9',
		next:    '#next9',
		height:  580,
		timeout: 0
	});
	$('#content10').cycle({ 
		fx:      'scrollHorz',
		easing:  'easeInOutExpo',
		prev:    '#prev10',
		next:    '#next10',
		height:  250,
		timeout: 0
	});
	$('#content10').cycle({ 
		fx:      'scrollHorz',
		easing:  'easeInOutExpo',
		prev:    '#prev11',
		next:    '#next11',
		height:  250,
		timeout: 0
	});
/*	$('#content99').cycle({ 
		fx: 'scrollDown' ,
		speed: 15750,
		timeout:  2000 ,
		random:  1 ,
		height: 250
	});	*/
});

/*
fx может быть:
 1) 'fade' - замена существующего растворением
 2) 'scrollHorz' - горизонтальная замена
 3) 'scrollDown' - вертикальная замена
 */
