// This script assumes the slideshow is contained within an id of "images".
// jQuery(document).ready(function() {
//   jQuery('#images').galleryView({
//     panel_width: 548,
//     panel_height: 300,
//     frame_width: 85,
//     frame_height: 55,
//     overlay_color: '#222',
//     overlay_height: 80,
//     overlay_text_color: 'white',
//     caption_text_color: '#222',
//     background_color: '#333',
//     nav_theme: 'custom',
//     transition_speed: 800
//   });
// });

