$(document).ready(function(){
	$('#photos').galleryView({
    	filmstrip_size: 4,
    	frame_width: 125,
    	frame_height: 62,
    	background_color: 'transparent',
    	nav_theme: 'dark',
    	border: 'none',
    	show_captions:false,
    	caption_text_color: 'black'
	});
});
