/**
* @file: highslide.css 
* @version: 4.1.8
*/
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img { border: 0; }

.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border: 0;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border: 5px solid #fff;
	-moz-box-shadow: 0 0 5px #585755;
	-webkit-box-shadow: 0 0 5px #585755;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(/ard-chronik/static/js/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits { display: none !important; }

.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay { display: none; }
.hidden-container { display: none; }

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.no-controls .highslide-controls { display: none; }

.highslide-controls {
	width: 135px;
	height: 40px;
	background: url(/ard-chronik/static/js/graphics/controlbar-white.png) 0 -90px no-repeat;
	margin: 20px auto 10px auto;
	display: block;
	
}

.highslide-controls ul {
	position: relative; 
	left: 0;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 7px;
	/* background: url(/ard-chronik/static/js/graphics/controlbar-white.png) right -90px no-repeat; */

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin: 0;
	list-style: none;
}
.highslide-controls a {
	background-image: url(/ard-chronik/static/js/graphics/controlbar-white.png);
	/* background: url(/ard-chronik/static/css/img/icons.png) no-repeat; */
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default; 
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
	display: none;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
	display: none;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background: #fff;
	-moz-box-shadow: 0 0 5px #585755;
	-webkit-box-shadow: 0 0 5px #585755;
}

.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}

.highslide-html-content a.close {
	padding: 5px 0 0 0;
	margin: 2px 5px 0 0;
	width: 17px;
	height: 17px;
	float: right;
	background: url(/ard-chronik/static/css/img/icons.png) no-repeat -13px -311px;
}
.highslide-html-content a.close:hover { background-position: -39px -311px; }


