$(document).ready(function(){
	if ($('#flv_container').length == 0) { // This stops slideshow from cycling for flash video pages, otherwise playback might stutter during cycling.
				$('#header-slideshow a').cycle({
					fx: 'fade', 
					speed: 1500,
					timeout: 8000
				});
			};

			$('#cycle_projects').cycle({ 
					fx:     'fade', 
					speed:  'fast', 
					timeout: 0, 
					next:   '#next_button', 
					prev:   '#previous_button',
					cleartype: 1
			});
	
			$('.nav_area').css('height', $('td#nav_cell').height()-$('.nav_area').css('paddingBottom').replace('px','')+'px');
});


