//Slideshow Setting of Facilities
	$(document).ready(function(){
		$('#photos').galleryView({
			panel_width: 700,
			panel_height: 327,
			frame_width: 60,
			frame_height: 33,
			transition_speed: 2000,
			transition_interval: 5000,
			overlay_color: '#222',
			overlay_text_color: 'white',
			caption_text_color: '#222',
			background_color: 'transparent',
			border: 'none',
			nav_theme: 'light'
		});
	});

