//cbd3752e07b2c732588d03f4834fc9db hs.registerOverlay( { slideshowGroup: 'photo-gallery', html: '
', position: 'top right', offsetX: 111, offsetY: -6, fade: 2 // fading the semi-transparent overlay looks bad in IE } ); hs.registerOverlay( { thumbnailId: 'device_selector', useOnHtml: true, html: '', position: 'top right', offsetX: 0, offsetY: 0, fade: 2 // fading the semi-transparent overlay looks bad in IE } ); // Special for CrackBerry, when the menu graphic already has an ID assigned (BlackBerryDevices) hs.registerOverlay( { thumbnailId: 'BlackBerryDevices', useOnHtml: true, html: '', position: 'top right', offsetX: 0, offsetY: 0, fade: 2 // fading the semi-transparent overlay looks bad in IE } ); hs.registerOverlay( { slideshowGroup: 'buy_together', html: '', position: 'top right', offsetX: 0, offsetY: 0, fade: 2 // fading the semi-transparent overlay looks bad in IE } ); hs.graphicsDir = '/javascripts/highslide412/graphics/'; hs.outlineType = 'rounded-white'; hs.showCredits = false; hs.align = 'center'; hs.transitions = ['expand', 'crossfade']; hs.dimmingOpacity = 0.5; // Add the slideshow providing the controlbar and the thumbstrip hs.addSlideshow({ slideshowGroup: 'photo-gallery', interval: 5000, repeat: false, useControls: false, fixedControls: 'false', thumbstrip: { position: 'rightpanel', mode: 'vertical', relativeTo: 'expander', width: '105px' } });