$(document).ready(function(){	 

  //$("h1 span").dropShadow({left:4,top:5,blur:0,opacity:0.4});

  $('#imagePaneList').galleryView({
    show_panels: true,
    show_filmstrip: true,
    frame_opacity:0.3,
    frame_width: 95,
    frame_height: 71,
    frame_gap: 10,
    //transition_speed: 750,
    transition_interval: 0,
    nav_theme: 'light',
    panel_width: 510,
    panel_height: 420,
    panel_scale: 'crop',
    pointer_size: 0,
    transition_speed: 750,
    easing: 'easeInOutQuad',
filmstrip_size: 14
  });

});


