$(document).ready( function() {
	$('#photos').galleryView({
		show_filmstrip: false,
		panel_width: 700,
		panel_height: 525,
		transition_speed: 2500,
		transition_interval: 6000,
		nav_theme: 'comben',
		pause_on_hover: true
	});
});
