﻿$(document).ready(function() {
    $('#photos').galleryView({
        panel_width: 587,
        panel_height: 260,
        overlay_font_size: '0.75em',
        transition_speed: 750,
        transition_interval: 8000,
        nav_theme: 'light',
        border: '1px solid white',
        pause_on_hover: true
    });

    $('#banner').click(function() {
        window.open("../Content/10thAnniv.htm", "", "width=600,height=660,menubar=0,scrollbars=1");
    });
});