.highslide-header ul {
	margin-bottom: 0px;
	background-color: #ffffff;
}
.highslide-header ul li {
	background: none;
}


/* loading blok pri nenalezeni/delsim nahravani obrazku */
.highslide-loading {
	display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: white;
	padding-left: 22px;
	background-image: url("/js/highslide/graphics/loader.white.gif");
	background-repeat: no-repeat;
	background-position: 3px 1px;
}

/* tlacitko na full rozsireni obrazku v pripade, ze se nevejde cely na obrazovku (do browseru) */	
a.highslide-full-expand {
	background: url("/js/highslide/graphics/fullexpand.gif") no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
/************/
/* controls */
/************/
.highslide-overlay {
	display: none;
}

/* close */
.closebutton {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px !important;
	height: 30px;
	cursor: pointer; /* w3c */
	background: url("/js/highslide/graphics/close.png") 100% 0% no-repeat;
	/* For IE6, remove background and add filter */
}
.closebuttonfliper {
	position: absolute;
	top: -25px;
	right: 0px;
	width: 50px !important;
	/* height: 30px; */
	cursor: pointer; /* w3c */
	background: url("/js/highslide/graphics/close-fliper.png") 100% 2px no-repeat;
	padding-right: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
	/* For IE6, remove background and add filter */
}
	.highslide-move {
    		cursor: move;
		}
		
		.control {
			float: right;
		    display: block;
		    position: relative;
			margin: 0 5px;
			font-size: 9pt;
		    font-weight: bold;
			text-decoration: none;
			color: #666;
		}
		.control:hover {
		    margin-top: 0;
		    margin-bottom: 0;
		}
		.control.prev {
			float: left;
		}
		.control.next {
			float: right;
			margin-left: 40px;
		}
		.highslide-dimming {
			background: #000000;
			position: absolute;
			visibility: hidden;
		}

/* navig bar */
.controlbar {
	height: 39px;
}
.controlbar a {
	display: block;
	float: left;
	height: 39px;
	width: 36px;
}
.controlbar .previous {
	float: left; 
/*
	position: absolute;
	left: 0px;
	top:0px;
*/
	background-image: url("/js/highslide/graphics/highslide_left.gif");
}
.controlbar .next {
	float: right;
/*
	position: absolute;
	right: 10px;
	top:0px;
*/
	background-image: url("/js/highslide/graphics/highslide_right.gif");
}
/* div .controlbar { */
div.overlay {
	width: 100% !important;
}

/*
#hsId0 {
	border: 2px solid blue !important;
	width: 30px !important;
}
#hsId1 {
	border: 2px solid red !important;
	width: 100% !important;
}
*/
