    $(document).ready(function(){
		$('#gallery_stage').galleryView({
			panel_width: 850,
			panel_height: 395,
			frame_width: 100,
			frame_height: 75,
			transition_speed: 1200,
			easing: 'easeOutBounce',
			nav_theme: 'light'
		});
	});

	$(function() {
		$('#btn-top a,#btn-bottom a').lightBox();
	});
