2 /* NOTE! This URL is relative to the HTML page, not the CSS */
3 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
4 src='../highslide/graphics/close.png', sizingMethod='scale');
10 /* Viewport fixed hack */
13 left: expression( ( ( ignoreMe1 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
14 top: expression( ( ignoreMe2 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) + 'px' );
15 width: expression( ( ( ignoreMe3 = document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) ) + 'px' );
16 height: expression( ( ( ignoreMe4 = document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) ) + 'px' );
19 /* Thumbstrip PNG fix */
20 .highslide-scroll-down, .highslide-scroll-up {
24 .highslide-scroll-down div, .highslide-scroll-up div {
25 /* NOTE! This URL is relative to the HTML page, not the CSS */
26 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
27 src='../highslide/graphics/scrollarrows.png', sizingMethod='scale');
28 background: none !important;
32 height: 75px !important;
34 .highslide-thumbstrip-horizontal .highslide-scroll-down div {
38 .highslide-thumbstrip-horizontal .highslide-scroll-up div {
41 .highslide-thumbstrip-vertical .highslide-scroll-down div {
45 /* Thumbstrip marker arrow trasparent background fix */
46 .highslide-thumbstrip .highslide-marker {
47 border-color: white; /* match the background */
49 .dark .highslide-thumbstrip-horizontal .highslide-marker {
52 .highslide-viewport .highslide-marker {
55 .highslide-thumbstrip {
59 /* Positioning fixes for the control bar */
60 .text-controls .highslide-controls {
63 .text-controls a span {
66 .text-controls .highslide-full-expand a span {
69 .text-controls .highslide-close a span {
74 .in-page .highslide-thumbstrip-horizontal .highslide-marker {