/**
 * Initialize galleryView
 * angelobeltran.com
 */
$(document).ready(function(){		
  $('#photos').galleryView({
	  panel_width: 916,
	  panel_height: 300,
	  transition_speed: 800,
	  transition_interval: 5000,
	  overlay_color: '#222',
	  overlay_text_color: 'white',
	  caption_text_color: '#222',
	  background_color: 'transparent',
	  border: 'none',
	  nav_theme: 'light',
	  easing: 'easeInOutQuad',
	  pause_on_hover: true
  })	
});
