﻿$(document).ready(function(){
$('#photois').galleryView({
    panel_width: 640,
    panel_height: 480,
    transition_speed: 1500,
    transition_interval: 5000,
    nav_theme: 'dark',
    border: '1px solid white',
    pause_on_hover: true,

});
});
