// JavaScript Document
$(document).ready(function(){
$('#photos').galleryView({
    panel_width: 669,
    panel_height: 221,
    frame_width: 80,
    frame_height: 60,
    overlay_color: '',
    overlay_text_color: 'white',
    caption_text_color: '#222',
    background_color: '#695133',
    border: 'none',
    nav_theme: 'light',
    easing: 'easeInOutQuad',
    pause_on_hover: true
});
});
