.highslide-html {
    background-color: white;
}
.highslide-html-content {
	position: absolute;
    display: none;
    padding: 0;
}
.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(../highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 0 5px 5px 5px;
    background-color: white;
}

.control {
	float: right;
    display: block;
    position: absolute;
	right:15px;
	top:10px;
	z-index:10000;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.highslide-move{
	border: 0; 
	height: 0; 
	padding: 0; 
	cursor: default;
	position:relative;
	height:0;
}


.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
	outline: none;
}

.highslide-image{
	padding:8px;
	background:#fff;
}



/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 350px;
    padding: 10px;
}

.highslide-header{
	background:#FF7F14;
	padding:4px 10px;
}

.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
	color:#fff;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	font-weight:bold;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color:#fff;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(../highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
	padding:10px;
	text-align:left;
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.high-arrows{
	width:100%;
	position:relative;
	top:0;
	left:0;
	height:40px;
}

.high-arrows .arr-right{
	position:absolute;
	top:0;
	right:0;
}

.high-arrows .arr-left{
	position:absolute;
	top:0;
	left:0;
}
