/* html box */
.highslide-html-content {
	position: absolute;
	display: none;
}

/**********************/
/* custom html styles */
/**********************/
.highslide-html { background-color: white; }

.highslide-html-content {
    width: 501px;
    padding: 8px;
}
.highslide-html-content-pexeso {
	width: 415px;
	padding: 8px;
	position: absolute;
	display: none;
}
.highslide-html-content-skladacka {
	width: 376px;
	padding: 8px;
	position: absolute;
	display: none;
	min-height: 1000%;
}
.highslide-html-content-puzzle {
	width: 750px !important;
	min-height: 755px !important;
	padding: 8px;
	position: absolute;
	display: none;
}
.highslide-html-content-pagefliper {
	width: 850px;
	padding: 8px;
	position: absolute;
	display: none;
}
.highslide-html-content-pagefliper-profil {
	width: 890px;
	/* padding: 8px; */
	padding: 0px;
	position: absolute;
	display: none;
}
.highslide-html-content-pagefliper-studie {
	width: 890px;
	padding: 0px;
	position: absolute;
	display: none;
}
.highslide-html-content-puzzle .highslide-body {
	min-height: 630px !important;
}
.highslide-html-content-skladacka .highslide-body {
	min-height: 630px !important;
}

/* header */
.highslide-header {
	margin-bottom: 15px;
	padding-bottom: 25px;
	background: url("/img/u/horizontal_line_shadow.gif") 0% 100% repeat-x;
}
.highslide-header h2 {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 24px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}

.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}

/* footer */
.highslide-footer {
	height: 11px;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url("/js/highslide/graphics/resize.gif");
}

.highslide-move { cursor: move; }
.highslide-resize { cursor: nw-resize; }

/* body */
.highslide-body { padding-top: 8px; }
.highslide-html-content-pagefliper-profil .highslide-body, .highslide-html-content-pagefliper-studie .highslide-body { padding-top: 0px; }
#hsvideo {
	margin-left: 10px;
}
.highslide-body h3 {
	margin-top: 0px;
	padding: 0px;
}


/* specificke nastaveni hlasky o noflashi u online marketingu */
.hasNoFlashInfo .highslide-body  {
	position: relative;
}
.hasNoFlashInfo .highslide-body  p {
	position: absolute; left: 0px; bottom: 0px;
}

/* jako posledni deklarace v celych stylech na strance(ktere se tykaji galerie), musi byt tyto dva */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

