/* Jesse Kirsch */
/* Functions
----------------------------------------------------------------------------- */
	

/* LOAD FUNCTION
----------------------------------------------------------------------------- */


	$(window).load(function() {
	
	
/* ACTIONS / CYCLE RESPECTIVE GALLERIES
----------------------------------------------------------------------------- */
	
	
		$('#acpconcert1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#acpconcert1',
		pager:  '#acpconcert'
		
		});
		
		$('#bmeetsg1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0, 
		next:   '#bmeetsg1',
		pager:  '#bmeetsg'
		
		});
		
		$('#brand1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#brand1',
		pager:  '#brand'
		
		});
		
		$('#cuff061').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#cuff061',
		pager:  '#cuff06'
		
		});
		
		$('#cuff071').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#cuff071',
		pager:  '#cuff07'
		
		});
		
		$('#cuff081').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#cuff081',
		pager:  '#cuff08'
		
		});
		
		$('#cuff091').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#cuff091',
		pager:  '#cuff09'
		
		});
			
		$('#cusps081').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0, 
		next:   '#cusps081',
		pager:  '#cusps08'
		
		});
		
		$('#deepwater1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#deepwater1',
		pager:  '#deepwater'
		
		});
		
		$('#gubblebum1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#gubblebum1',
		pager:  '#gubblebum'
		
		});
		
		$('#logos1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#logos1',
		pager:  '#logos'
		
		});
		
		$('#maize1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#maize1',
		pager:  '#maize'
		
		});
		
		$('#melt1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0, 
		next:   '#melt1',
		pager:  '#melt'
		
		});
		
		$('#nyc1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#nyc1',
		pager:  '#nyc'
		
		});
		
		$('#refillnyc1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#refillnyc1',
		pager:  '#refillnyc'
		
		});
		
		$('#seanconway1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#seanconway1',
		pager:  '#seanconway'
		
		});
		
		$('#spectrum1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#spectrum1',
		pager:  '#spectrum'
		
		});
		
		$('#tazaa1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0, 
		next:   '#tazaa1',
		pager:  '#tazaa'
		
		});
		
		$('#terhune1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#terhune1',
		pager:  '#terhune'
		
		});
		
		$('#urbanforestproject1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#urbanforestproject1',
		pager:  '#urbanforestproject'
		
		});
		
		$('#warpeace1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#warpeace1',
		pager:  '#warpeace'
		
		});
		
		$('#xacto1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#xacto1',
		pager:  '#xacto'
		
		});

	$('#success1').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#success1',
		pager:  '#success'
		
		});


/* END LOAD FUNCTION
----------------------------------------------------------------------------- */


	})


