// Include file to Initialise Homepage Slider
$(document).ready(function(){
	$('#homegallery').galleryView({
		show_panels: true,
		show_filmstrip: true,
		panel_width: 885,
		panel_height: 300,
		frame_width: 50,
		frame_height: 35,
      	start_frame: 1,
		filmstrip_size: 3,
		transition_speed: 400,
     	easing: 'easeInOutQuad',
		easing: 'swing',
		nav_theme: 'dark',
		transition_interval: 8000,
		filmstrip_position: 'left',
		overlay_position: 'bottom',
		panel_scale: 'crop',
		frame_scale: 'crop',
		overlay_opacity: 0.7,
		frame_opacity: 0.3,
		pointer_size: 8,
		frame_gap: 5,
		show_captions: true,
		fade_panels: true,
		pause_on_hover: true	
	});
});
