/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
jQuery(document).ready(function(){
    jQuery('#gallery').galleryView({
        gallery_width: 764,
        gallery_height: 470,
        panel_width: 764,					//INT - width of gallery panel (in pixels)
	panel_height: 470,
        frame_width: 70,
        frame_height: 70,
        pause_on_hover: true,
        nav_theme:'dark',
        filmstrip_size: 6
    });
});


