$(document).ready(function(){
    $('#myGallery').galleryView({
        panel_width: 946,
        panel_height: 487,
        frame_width: 110,
        frame_height: 70,
		show_captions: true,
		show_overlays: true,
		frame_opacity: 0.6,	
	});
	
});
