

.highslide-container div {
}
.highslide-container table {
    background: none;
}
.highslide {
    outline: none;
    text-decoration: none;
}

.highslide img {
    border: 1px dotted transparent;
}
.highslide:hover img {
    border-color: #999;
}

.highslide-active-anchor img {
    visibility: hidden;
}

.highslide-image {
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    background: gray;
}
.highslide-wrapper, .highslide-outline {
    background: #fff;
}
.glossy-dark {
    background: #111;
}
.highslide-image-blur {
}
.highslide-number {
    font-weight: bold;
    color: gray;
    font-size: .9em;
}
.highslide-caption {
    display: none;
    border-top: none;
    font-size: 1.25em;
    font-weight: bold;
    padding: 5px;
    background: #fff;
}
.highslide-heading {
    display: none;
    font-weight: bold;
    margin: 0.4em;
}
.highslide-dimming {
    position: absolute;
    background: #000;
}
a.highslide-full-expand {
    background: url(../../images/highslide/fullexpand.gif) no-repeat;
    display: block;
    margin: 0 10px 10px 0;
    width: 34px;
    height: 34px;
}

.highslide-loading {

/*    display: none; */

	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(../../images/highslide/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;

}

.highslide-viewport {
    display: none;
    /*visibility: hidden;*/
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: none;
    left: 0;
    top: 0;
}
.highslide-overlay {
    display: none;
}
.hidden-container {
    display: none;
}


/* Styles for the HTML popups */

.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 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: black;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:link,
.highslide-header a:visited {
	color: black;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}

/*
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(graphics/resize.gif) no-repeat;
}
*/

.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
	color: black;
}
.highslide-resize {
	cursor: nw-resize;
}


.highslide-close {
    color: #999;
    padding-top: 5px;
}
.highslide-close a {
	color: black;
	text-decoration: underline;
}
.highslide-close a:link,
.highslide-close a:visited {
	color: black;
}
.highslide-close a:hover {
	color: red;
}

