/* 2009 Copyright (c) Susan Potter: http://www.linkedin.com/in/susanpotter */
$(document).ready(function() {
  $('body#gallery #photos').galleryView({
  	panel_width: 650,
  	panel_height: 464,
    overlay_height: 90,
  	frame_width: 105,
  	frame_height: 75,
  	background_color: '#222',
  	border: 'none',
  	pause_on_hover: true,
  	nav_theme: 'custom',
  	transition_interval: 0,
  	transition_speed: 100  	
  });
});
