$(function() {
	$('#gallery').galleryView({
		transition_interval:8000,
		gallery_width: 400,
		gallery_height: 600,
		frame_width: 90,
		frame_height: 90,
		pause_on_hover: true,
		show_captions: true,
		overlay_opacity:0.65,
		overlay_height:100
	});
});
