//Gallery

	$(document).ready(function(){
		$('#photos').galleryView({
			panel_width: 598,
			panel_height: 280,
			frame_width: 100,
			frame_height: 47,
			background_color: '#F2F2F2',
    		border: '2px solid #CCC',
	    	transition_speed: 1200,
			easing: 'easeOutBounce',
			filmstrip_size: 3,
			overlay_height: 60,
			overlay_font_size: 'xx-small',
			transition_speed: 900,
			transition_interval: 3000,
			overlay_opacity: 0.6,
			overlay_color: '#000',
			overlay_text_color: '#F2F2F2',
			caption_text_color: '#333',
			nav_theme: 'light',
			filmstrip_position: 'bottom',
			overlay_position: 'bottom',
			show_captions: false,
			fade_panels: true,
			pause_on_hover: true
		});
	});

