		.banner1 .highslide-html-content { width: 300px !important; }
		.banner2 .highslide-html-content { width: 450px !important; }
		.banner3 .highslide-html-content { width: 300px !important; }
		.banner4 .highslide-html-content { width: 300px !important; }
		.banner5 .highslide-html-content { width: 480px !important; }
		.banner6 .highslide-html-content { width: 216px !important; }
		.banner7 .highslide-html-content { width: 745px !important; }
		.banner8 .highslide-html-content { width: 400px !important; }
		.banner9 .highslide-html-content { width: 500px !important; }
		.game1 .highslide-html-content { width: 720px !important; }
		.game2 .highslide-html-content { width: 600px !important; }
		.game3 .highslide-html-content { width: 580px !important; }
		.game4 .highslide-html-content { width: 600px !important; }
		.game5 .highslide-html-content { width: 550px !important; }
		.game6 .highslide-html-content { width: 737px !important; }


/*		.highslide-wrapper .highslide-html-content { width: 100% !important; } */
		.highslide-header ul li.highslide-previous, 
		.highslide-header ul li.highslide-next,
		.highslide-footer { display: none; }


.highslide-move {
	cursor: move;
}
.highslide-dimming {
	background: #000000;
	position: absolute;
	visibility: hidden;
}



/* schova thumbnail po zobrazeni full obrazku */
.highslide-active-anchor img {
	visibility: hidden;
}
/* nastaveni kursoru pro thumb */
.photogallery a {
	outline: none;
	cursor: url("/js/highslide/graphics/zoomin.cur"), pointer;
}

/* popisek fotky */
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 10px 5px 0px 5px;
    background-color: white;
}
/* 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;
}