$(document).ready(function() {
	
	
	
	
	//Homepage Slider
	$('#captions').cycle({ 
		fx:     'fade', 
		timeout: 10000, 
		next:   '.nextButton', 
		prev:   '.prevButton'
	});
	
	
	
	
	
	
	
})//end of dom ready
	
