$(document).ready(function() {

    $('.header_slideshow').cycle({
		fx: 'fade',
		speed: '1000',
		timeout: '6000'
	});
	
	$('.logo_slideshow_fade').cycle({
		fx: 'fade',
		speed: '750',
		timeout: '6000'
	});
	
	$('.video_slideshow').cycle({
		fx: 'fade',
		timeout: 0,
		prev: '#vid_prev',
		next: '#vid_next'
	});
	
	$('.small_slideshow').cycle({
		fx: 'scrollLeft',
		prev: '#small_prev',
		next: '#small_next'
	});
	
	$('.gallery_group').cycle({
		fx: 'scrollLeft',
		timeout: 0,
		prev: '#img_prev',
		next: '#img_next'
	});
	
});
