
.closebutton {
    /* NOTE! This URL is relative to the HTML page, not the CSS */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='/sing/dialog/litebox/img/close.png', sizingMethod='scale');
	background: none;
	cursor: hand;
}

/* Viewport fixed hack */
.litebox-viewport {
	position: absolute;
    left: expression( ( ( ignoreMe1 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( ignoreMe2 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) + 'px' );
	width: expression( ( ( ignoreMe3 = document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) ) + 'px' );
	height: expression( ( ( ignoreMe4 = document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) ) + 'px' );
}

/* Thumbstrip PNG fix */
.litebox-scroll-down, .litebox-scroll-up {
	position: relative;
	overflow: hidden;
}
.litebox-scroll-down div, .litebox-scroll-up div {
	/* NOTE! This URL is relative to the HTML page, not the CSS */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='/sing/dialog/litebox/img/scrollarrows.png', sizingMethod='scale');
	background: none !important;
	position: absolute;
	cursor: hand;
	width: 75px;
	height: 75px !important;
}
.litebox-thumbstrip-horizontal .litebox-scroll-down div {
	left: -50px;
	top: -15px;
}
.litebox-thumbstrip-horizontal .litebox-scroll-up div {
	top: -15px;
}
.litebox-thumbstrip-vertical .litebox-scroll-down div {
	top: -50px;
}

/* Thumbstrip marker arrow trasparent background fix */
.litebox-thumbstrip .litebox-marker {
	border-color: white; /* match the background */
}
.dark .litebox-thumbstrip-horizontal .litebox-marker {
	border-color: #111;
}
.litebox-viewport .litebox-marker {
	border-color: #333;
}
.litebox-thumbstrip {
	float: left;
}

/* Positioning fixes for the control bar */
.text-controls .litebox-controls {
	width: 480px;
}
.text-controls a span {
	width: 4em;
}
.text-controls .litebox-full-expand a span {
	width: 0;
}
.text-controls .litebox-close a span {
	width: 0;
}

/* Special */
.in-page .litebox-thumbstrip-horizontal .litebox-marker {
    border-bottom: gray;
}
