$(document).ready(function(){
	$('#photos').galleryView({
    panel_width:700,
    panel_height:525,
    transition_speed: 1500,
    transition_interval: 7000,
    nav_theme: 'dark',
	show_filmstrip:true,
	pause_on_hover: true,
});
});
