// JavaScript Document default.js
$(document).ready(function(){
		$('#gallery').galleryView({
		show_panels: true,
		show_filmstrip: false,		
		panel_width: 505,
		panel_height: 329,
		frame_width: 60,
		frame_height: 40,
		transition_interval: 4000,
		transition_speed: 1000,
		pause_on_hover: true,
		show_captions: true,
		overlay_opacity: 0.5
		});
	});