$(document).ready(function(){
	$('#photos').galleryView({
	    panel_width: 960,
	    panel_height: 611,
	    transition_speed: 1000,
	    transition_interval: 6000,
	    nav_theme: 'orange',
	    border: '0px solid white',
	    pause_on_hover: true
	});
});
