$(document).ready(function(){
			$(".gallery:first a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'slow',theme:'facebook',slideshow:2000});
			$(".gallery:gt(0) a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'fast',slideshow:10000});
			
			$("#custom_content a[rel^='prettyPhoto']:first").prettyPhoto({
				custom_markup: '<div id="map_canvas" style="width:260px; height:265px"></div>',
				changepicturecallback: function(){ initialize(); }
			});
 
			$("#custom_content a[rel^='prettyPhoto']:last").prettyPhoto({
				custom_markup: '<div id="bsap_1237859" class="bsarocks bsap_d49a0984d0f377271ccbf01a33f2b6d6" style="height:260px"></div><div id="bsap_1251710" class="bsarocks bsap_d49a0984d0f377271ccbf01a33f2b6d6"></div>',
				changepicturecallback: function(){ _bsap.exec(); }
			});
		});
		
		$(document).ready(function(){
	$(".bio").click(function(){
		$(".bio-panel").toggle("fast");
		$(this).toggleClass("active");
		return false;
	});
	
	$(".performance").click(function(){
		$(".performance-panel").toggle("fast");
		$(this).toggleClass("active");
		return false;
	});
	
	$(".studio").click(function(){
		$(".studio-panel").toggle("fast");
		$(this).toggleClass("active");
		return false;
	});
	
	$(".gear").click(function(){
		$(".gear-panel").toggle("fast");
		$(this).toggleClass("active");
		return false;
	});
	
	$(".gallery").click(function(){
		$(".gallery-panel").toggle("fast");
		$(this).toggleClass("active");
		return false;
	});
	
	$(".videos").click(function(){
		$(".videos-panel").toggle("fast");
		$(this).toggleClass("active");
		return false;
	});
	
		$(".tour").click(function(){
		$(".tour-panel").toggle("fast");
		$(this).toggleClass("active");
		return false;
	});
	
	$(".cv").click(function(){
		$(".cv-panel").toggle("fast");
		$(this).toggleClass("active");
		return false;
	});
	
	$(".contact").click(function(){
		$(".contact-panel").toggle("fast");
		$(this).toggleClass("active");
		return false;
	});
});

