//Slideshow Setting of Facilities
	$(document).ready(function(){
		$('#photos').galleryView({
			panel_width: 920,
			panel_height: 320,
			frame_width: 60,
			frame_height: 40,
			transition_speed: 2200,
			transition_interval: 5000,
			overlay_color: '#fff',
			overlay_text_color: 'white',
			caption_text_color: '#f4efc1',
			background_color: '#100',
			border: 'none',
			show_captions: true,
			pause_on_hover: true,
			onetime: true,
			nav_theme: 'light'
			
		});
	});
