
	$(document).ready(function(){
		$('#photos').galleryView({
			panel_width: 655,
			panel_height: 200,
			frame_width: 75,
			frame_height: 75,
			border:0,
			background_color: 'transparent',
			overlay_height: 30,
			overlay_color: '#333',
			show_captions: true
		});
	});

$(document).ready(function(){
$('#photosTower').galleryView({
panel_width: 210,
panel_height: 300,
border:0,
background_color: 'transparent',
overlay_height: 0,
overlay_color: '#333',
show_captions: false
});
});


	$(document).ready(function(){
		$('#newsphotos').galleryView({
			panel_width: 685,
			panel_height: 320,
			frame_width: 685,
			frame_height: 320,
			border:0,
			background_color: 'transparent',
			overlay_height: 33,
			overlay_color: '#031d35',
			show_captions: true
		});
	});


			Cufon.replace('h5', { fontFamily: 'Perpetua', color:'#00427f'});
			Cufon.replace('h2', { fontFamily: 'Perpetua'});
			Cufon.replace('h2.current', { fontFamily: 'Perpetua' ,color:'#00427f'});
			Cufon.replace('h1', { fontFamily: 'Perpetua', color: '#000', fontSize: '32px'});
		


