$(function() {
	$('.banner .panels').cycle({
		  next: '.next-button'
		, prev: '.prev-button'
	});
	
	$('.flash-video').flash({
		src : 'http://www.ameridiansvcs.com/SolarArrayTimelapse.swf'
	});
});
