// JavaScript Document
$(document).ready(function(){		
		$('#photos').galleryView({
			panel_width: 450,
			/*panel_height: 450,*/
			panel_height: 367,
			frame_width: 100,
			frame_height: 75,
			/*frame_height: 100,
			overlay_color: '#222',*/
			overlay_color: '#FF0000',
			overlay_text_color: 'white',
			caption_text_color: '#222',
			background_color: 'transparent',
			/*background_color: '#5B5B5B',*/
			border: 'none',
			nav_theme: 'light',
			easing: 'easeInOutQuad',
			pause_on_hover: true
		});
	});
