
.highslide-html {
    background-color: transparent;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
    background-color: transparent;
	border-left: 1px solid #d6b067;
	border-bottom: 1px solid #d6b067;
	border-right: 1px solid #d6b067;
	background-image: url("../_images/layout/content_bg_100.png");
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
}
.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;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
	background-image: url("../_images/layout/content_bg_100.png");
	background-repeat: repeat;
}
.highslide-html-content {
}
.highslide-wrapper .highslide-header div {
}
.highslide-dimming {
	background: black;
}
.highslide-overlay {
	text-align: center;
	background-color: #d8d9db;
	font-weight: bold;
	font-size: 150%;
	color: #150002;
	padding: 10px;
	margin-top: 10px;
}
.highslide-caption{
	display: none;
	border-top: 6px solid #95171d;
	background-color: #d8d9db;
	padding: 20px;
}
.highslide-caption ul{
	padding-bottom: 10px;
}
.highslide-header{
	height: 48px;
	background-color: transparent;
	background-image: url("../_images/layout/nav_over_bg.jpg");
	background-repeat: repeat;
	background-position: top left;
}
.highslide-header h1{
	padding-left: 20px;
	color: white;
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 15px;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper object{
	margin-top: -4px;
}
.highslide-wrapper .highslide-header a {
	border: none;
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 16px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(../_js/highslide_graphics/resize.gif) no-repeat;
}
.highslide-wrapper .highslide-body {
	padding: 10px;
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-footer .highslide-resize span {
	display: none;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
