/* LOAD FUNCTION
----------------------------------------------------------------------------- */


	$(window).load(function() {
	
	
/* ACTIONS / CYCLE RESPECTIVE GALLERIES
----------------------------------------------------------------------------- */
	
	
		$('#about1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#about1',
		pager:  '#about'
		
		});
		
		$('#input1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0, 
		next:   '#input1',
		pager:  '#input'
		
		});
		
		$('#cards1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#cards1',
		pager:  '#card'
		
		});
		
		$('#practica1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#practica1',
		pager:  '#practica'
		
		});
		
		$('#websites1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#websites1',
		pager:  '#websites'
		
		});		
		
		$('#mapping1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#mapping1',
		pager:  '#mapping'
		
		});
		
		$('#mobile1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#mobile1',
		pager:  '#mobile'
		
		});
		
		$('#festival1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#festival1',
		pager:  '#festival'
		
		});	
		
		$('#graphic1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#graphic1',
		pager:  '#graphic'
		
		});	
		
		$('#shirts1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#shirts1',
		pager:  '#shirt'
		
		});
	
		
		$('#type1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#type1',
		pager:  '#type'
		
		});
		

	

/* END LOAD FUNCTION
----------------------------------------------------------------------------- */


	})


