$(document).ready(function(){
$('#photos').galleryView({
	panel_width: 600,
	panel_height: 335,
	frame_width: 60,
	frame_height: 25,
	transition_speed: 1200,
	transition_interval: 7000,
	easing: 'swing',
	pause_on_hover: true,
	nav_theme: 'light',
	overlay_height: 40,
	filmstrip_position: 'top',
	overlay_position: 'top',
	show_filmstrip: true
});
});

