$(document).ready(function() {
	$('#featurebox_pics').cycle({ 
		fx:     'fade', 
		speed:   1000, 
		timeout: 5500, 
		pager:  '#image_nav',
		pause:   1 
	});
	$('#imageBox1').cycle({ 
		fx:     	'fade', 
		timeout:	6000,
		random:		1,
		delay:		-1000
	});
	$('#imageBox2').cycle({ 
		fx:     	'fade', 
		timeout:	6000,
		random:		1,
		delay:		0000
	});
	$('#imageBox3').cycle({ 
		fx:     	'fade', 
		timeout:	6000,
		random:		1,
		delay:		1000
	});
	$('#imageBox4').cycle({ 
		fx:     	'fade', 
		timeout:	6000,
		random:		1,
		delay:		2000
	});
	$('#imageBox5').cycle({ 
		fx:     	'fade', 
		timeout:	6000,
		random:		1,
		delay:		3000
	});
	$('#imageBox6').cycle({ 
		fx:     	'fade', 
		timeout:	6000,
		random:		1,
		delay:		4000
	});
	$("a.imgZoom").fancybox({
		'zoomSpeedIn': 300,
		'zoomSpeedOut': 300,
		'overlayShow':	true,
		'overlayOpacity': .8
	});
});