﻿/* ovverrides for the highslide CSS */
.closebutton {
	position: relative;
	top: 0;
	left: -2px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	background: url(/fyz_ctvrtky/zooming/graphics/red-close.gif);
}

.zavri {
	position: relative;
	top: -30px;
	left: -2px;
	z-index: 2;
	text-align: right;
	color:red;
	display:block
}


.highslide-html-content {
	padding: 0;
}
.highslide-html {
	border: 3px solid #0354ee;
}
.highslide-header {
	height: 21px;
	background-color: #0354ee;
}
.highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	left: 0;
	right: 16px;
	top: 0;
	width: auto;
	z-index: 1;
}
.highslide-body {
	padding: 10px;
}
.highslide-header .highslide-close span, .highslide-header .highslide-move span {
	display: none;
}
