
	jQuery(document).ready(function(){	
		jQuery('#gallery').galleryView({
		show_panel_nav: 'false',
		panel_width: 400,
        panel_height: 250,
        frame_width: 60,
        frame_height: 60,
        frame_opacity: 0.2,
        frame_gap: 15,
        transition_interval: 5000,
        transition_speed: 700,
        overlay_opacity: 0.5,
        filmstrip_position: 'bottom',
        filmstrip_style: 'scroll',
        pointer_size: 0,
		
		show_captions: 'false',
		show_overlays: 'true'																
		});
		
		jQuery('#photos').galleryView({
			filmstrip_size: 4,
			frame_width: 100,
			frame_height: 100,
			background_color: 'transparent',
			nav_theme: 'dark',
			border: 'none',
			show_captions:true,
			caption_text_color: 'black'		});
	});

