$(document).ready(function(){

	


	/* - - - - - - - - - - - - - - - - - - - - - - 
SCROLLOVER
- - - - - - - - - - - - - - - - - - - - - - - */	

	$(".kicker").hover(function(){
		$(this).find(".kickerheader").fadeTo("fast", 0.9); 
	},function(){
		$(this).find(".kickerheader").fadeTo("fast", 0.0); 
	});
		$(".subkicker").hover(function(){
		$(this).find(".kickerjump").fadeTo("fast", 0.5); 
	},function(){
		$(this).find(".kickerjump").fadeTo("fast", 0.0); 
	});
	
	$(".subkickerwork").hover(function(){
		$(this).find(".kickerjump").fadeTo("fast", 0.5); 
	},function(){
		$(this).find(".kickerjump").fadeTo("fast", 0.0); 
	});
	
	
	$('#images').cycle({
		fx:     'fade',
		speed:  500,
		timeout: 0,
		prev: "#imgNav .prev",
		next: "#imgNav .next"
	});
	
	$('#homeportimg').cycle({
		fx:     'fade',
		speed:  500,
		timeout: 7000,
		prev: "#homeportnav .prev",
		next: "#homeportnav .next"
	});
	
	
	var topPanelHidden = true;
	var topPanelShowing;
	var hasClosed;



});
