$(document).ready(function() {
	$('#photos').galleryView( {
		filmstrip_position : 'right',
		filmstrip_size : 4,
		frame_width : 100,
		frame_height : 100,
		background_color : 'transparent',
		nav_theme : 'custom',
		border : 'none',
		show_captions : true,
		show_panels : false,
		caption_text_color : 'black',
		frame_opacity : 1,
		easing: 'easeInOutQuad',
		transition_speed: 500,
		transition_interval: 6000
	});
});
