$(document).ready(function(){		
	$('#photos').galleryView({
		panel_width: 450,
		panel_height: 338,
		transition_speed: 1500,
		transition_interval: 5000,
		nav_theme: 'light',
		border: '1px solid white',
		background_color: '#f2f2f2',
		pause_on_hover: true
	});
});

