		
	
	$(document).ready(function(){
		
		$('.innerfade').innerfade({
            speed: 'slow', 
            timeout: 3000,
            type: 'random'
         }); 
		
		$('.people_innerfade_gal').innerfade({
            speed: 'slow', 
            timeout: 3000
         }); 		
		
	});
	
	
	
	
	
	
	hs.registerOverlay({
		html: '<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>',
		position: 'top right',
		fade: 2,
		useOnHtml: true
	});
	hs.showCredits = false;
	hs.graphicsDir = '/highslide/graphics/';
	hs.align = 'center';
	hs.width = 600;
	hs.height = 500;
	hs.dimmingOpacity = 0.60;
	hs.dimmingDuration = 500;
	
	hs.outlineType = 'rounded-white';
	//hs.outlineType = null;
	hs.wrapperClassName = 'draggable-header no-footer';
	//hs.wrapperClassName = 'borderless';
	//hs.objectType = 'iframe';
		
		
