@charset "utf-8";
/* CSS Document */

/* Styles for the HTML popups*/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: #d6d6d6;
}
.highslide-html-content {
	display: none;
	width: 310px;
	padding: 0 5px 10px 5px;
}
.highslide-header {
	padding: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.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;
}
.highslide-footer {
	height: 16px;
}
.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(graphics/loader.white.gif); 
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
