jQuery(function($){
	
	$(document).ready(function(){

	     // fixed height fix for layout
		//$('#content').css('height', $('#content').height());
		//$('#main').css('height', $('#content').outerHeight() + 270);
 
	    // add class to the parent ul when a wayfinder sub-menu is selected
	    //$('li.level2.active').each(function(){
	    //   $(this).closest('li.level1').addClass('sub-selected');
	   // });

	     $('.fade').innerfade({
	         speed: 3000,
	         timeout: 10000,
	         type: 'sequence'
	         //containerheight: '1.5em'
	     });

		//$('a[@rel*=lightbox]').lightBox();
	
		$('.portfolio_item_thumbs a').lightBox();
	


	});
	
});
