.highslide-wrapper, .highslide-outline {
	background: #FFFFFF;
}
.highslide-wrapper div[id^="hsId"] { position: relative !important;left: 0 !important; }

.highslide img {
	border: none;
}
.highslide-dimming {
	background: #000000;
}
.highslide-image {
    border-style: solid;
    border-color: #FFF;
    border-width: 25px;
}
.highslide-loading {
	color: black;
	border: 1px solid black;
	background-color: white;
	background-image: url(/SiteImages/highslide/loader.white.gif);
}

.highslide-controls ul, .highslide-controls li {
  list-style: none;
}

.highslide-controls a span {
  display: none;
  cursor: pointer;
}

.highslide-controls .highslide-play {
	display: none;
}
.highslide-controls .highslide-pause {
	display: none;
}
.highslide-controls .highslide-move {
	display: none;
}
.highslide-controls .highslide-full-expand {
	display: none;
}
.highslide-controls .highslide-close {
	display: none;
}
.highslide-gallery ul {
    list-style-type: none;

}
.highslide-gallery ul li {
	width: 106px;
	height: 106px;
	border: 1px solid #D0D0D0;
	background: #EDEDED;
	margin: 2px;
    list-style-type: none;
}

.highslide-controls .highslide-previous a,
.highslide-controls .highslide-next a {
    width: 50px;
    height: 90px;
    position: absolute;
    top: -45px;
    display: block;
}

.highslide-controls .highslide-previous a.disabled,
.highslide-controls .highslide-next a.disabled {
    display: none;
}

.highslide-controls .highslide-previous a {
    background: url('/SiteImages/arrow-tabs-ppage-left.png') no-repeat 0 0 transparent;
    left: -75px;   
}
.highslide-controls .highslide-next a {
    background: url('/SiteImages/arrow-tabs-ppage-right.png') no-repeat 0 0 transparent;
    right: -75px;
}

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.highslide-header .highslide-move * {
	display: none;
}
.highslide-header .highslide-close {
	display:none;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(/SiteImages/highslide/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	/*padding-top: 1em; */
}

.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: 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-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(/SiteImages/highslide/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}