/* Floatbox v3.54.3 */
Floatbox.prototype.keydownHandler=function(i){i=i||window.event;var c=fb.lastChild,h=i.keyCode||i.which,f=i.ctrlKey||i.metaKey,g=i.altKey,b=i.shiftKey,d=f||g||b;switch(h){case 37:case 39:if(c.itemCount>1&&!g&&!b){var a=(f?c.ctrlJump:1);if((c.rtl&&h===39)||(!c.rtl&&h===37)){c.showPrevious(a)}else{c.showNext(a)}if(c.showHints==="once"){if(c.navButton){c.fbPrev.title=c.fbNext.title=""}if(c.navOverlay){c.fbOverlayPrev.title=c.fbOverlayNext.title=""}}return c.stopEvent(i)}break;case 32:if(c.isSlideshow&&!d){c.pause(!c.isPaused);if(c.showPlayPause&&c.showHints==="once"){c.fbPlay.title=c.fbPause.title=""}return c.stopEvent(i)}break;case 9:if(c.currentItem&&/img|iframe/.test(c.currentItem.type)&&!d){if(c.fbResizer.onclick){c.fbResizer.onclick();if(c.showHints==="once"){c.fbResizer.title=""}}return c.stopEvent(i)}break;case 27:if(!d){if(c.fbClose&&c.showHints==="once"){c.fbClose.title=""}c.end();return c.stopEvent(i)}break}};if(fb.enableKeyboardNav&&fb.fbBox&&!fb.keydownHandlerSet){fb.addEvent(fb.doc,"keydown",fb.keydownHandler);fb.keydownHandlerSet=true};
