
	$(window).load(function() {

		$('#sfnpic').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#sfnpic',
		pager:  '#sfn'
		
		});
		
		$('#mospic').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#mospic',
		pager:  '#mos'
		
		});
		
		$('#glyphpic').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#glyphpic',
		pager:  '#glyph'
		
		});
		
		$('#tampaxpearlpic').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#tampaxpearlpic',
		pager:  '#tampaxpearl'
		
		});
		
		$('#takeanotherlookpic').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0,
		next:   '#takeanotherlookpic',
		pager:  '#takeanotherlook'
		
		});
		
		$('#editorialdesignpic').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0, 
		next:   '#editorialdesignpic',
		pager:  '#editorialdesign'
		
		});
		
		$('#askingwhypic').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0, 
		next:   '#askingwhypic',
		pager:  '#askingwhy'
		
		});

		
		$('#acalendarspic').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0, 
		next:   '#acalendarspic',
		pager:  '#acalendars'
		
		});
		
		
		$('#onepercentpic').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0, 
		next:   '#onepercentpic',
		pager:  '#onepercent'
		
		});
		
		
		$('#illustrationpic').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0, 
		next:   '#illustrationpic',
		pager:  '#illustration'
		
		});
		
		$('#stateoffaithpic').cycle({
		
		fx:     'scrollLeft', 
		speed:  'medium',
		timeout: 0, 
		next:   '#stateoffaithpic',
		pager:  '#stateoffaith'
		
		});


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

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

