// JavaScript Document
	$(document).ready(function(){		
		$('#photos').galleryView({
			panel_width: 320,
			panel_height: 200,
			transition_speed: 5,
			transition_interval: 2500,
			nav_theme: 'dark',
			border: '1px solid white',
			pause_on_hover: true
		});
	});

