$(document).ready(function(){
	// Hide the second set of portfolio slides
	$("#slideset_two").hide();
	$(".section_one").css('backgroundImage','url(/images/button_inset_down.gif)'); 
	
	// functions for going to other sections
	$("a.section_two").click(function(){
		$("#slideset_one").hide();
		$("#slideset_two").fadeIn(800);
		$(".section_two").css('backgroundImage','url(/images/button_inset_down.gif)'); 
		$(".section_one").css('backgroundImage','url(/images/button_inset.gif)'); 
	});
	
	$("a.section_one").click(function(){
		$("#slideset_two").hide();
		$("#slideset_one").fadeIn(800);
		$(".section_one").css('backgroundImage','url(/images/button_inset_down.gif)'); 
		$(".section_two").css('backgroundImage','url(/images/button_inset.gif)'); 
	});
	
	$(".expo").click(function(){
		$("#overlay").fadeIn(100);
		$("#expo-box").fadeIn(300);
	});
	$(".close-box").click(function(){
		$("#overlay").fadeOut(300);
		$("#expo-box").fadeOut(100);
	});
	$("#overlay").click(function(){
		$("#overlay").fadeOut(300);
		$("#expo-box").fadeOut(100);
	});
});
// document.location.href