.highslide-container div { color: #3f4349; font-size: 12px; font-family: "Courier New", Courier, Monaco, monospace; line-height: 16px; letter-spacing: 1px; }
.highslide-container table { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }
.highslide {outline: none; text-decoration: none;}
.highslide-gallery .highslide-active-anchor img {visibility: visible; cursor: default;}
.highslide-image { background: gray; border-style: none; border-width: 0; }
.highslide-wrapper, .highslide-outline {background: #fbfbef;}
.highslide-heading {display: none;}
.highslide-dimming {position: absolute; background: #bec5c5;}
.highslide-loading { display: block; background-image: url(../graphics/highslide/hsloading.png); background-repeat: no-repeat; width: 127px; height: 127px; border-color: white; }
.highslide-overlay {display: none;}
.closebutton { position: relative; top: -11px; left: -11px; width: 21px; height: 22px; cursor: hand; cursor: pointer; background: url(../graphics/highslide/close5.png);}
.highslide-controls {
	width: 105px;
	height: 40px;
	background: url(../graphics/highslide/controlbar-white.gif) no-repeat 0 -90px;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../graphics/highslide/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
}
.highslide-controls a {
	background-image: url(../graphics/highslide/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}

.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a { background-position: -120px 0; display: none; }
.highslide-controls .highslide-move a:hover { background-position: -120px -30px; display: none; }
.highslide-controls .highslide-full-expand a { background-position: -150px 0; display: none; }
.highslide-controls .highslide-full-expand a:hover { background-position: -150px -30px; display: none; }
.highslide-controls .highslide-full-expand a.disabled { background-position: -150px -60px !important; display: none; }
.highslide-controls .highslide-close a { background-position: -180px 0; display: none; }
.highslide-controls .highslide-close a:hover { background-position: -180px -30px; display: none; }

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent { display: none; }
.highslide-html { background-color: #f4f3eb; }
.highslide-html-content { display: none; width: 815px; padding: 1px 0 0; }
.highslide-header { display: none; }
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
}
.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; display: none; }
.highslide-footer { height: 11px; display: none; }
.highslide-footer .highslide-resize { background-color: transparent; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; float: right; height: 11px; width: 11px; display: none; }
.highslide-body { padding-right: 0; padding-left: 0; }
.highslide-body  a { color: #680000; text-decoration: none; border-bottom: 1px dashed #680000; }
.highslide-body  a:visited { color: #680000; text-decoration: none; border-bottom: 1px dashed #680000; } 
.no-footer .highslide-footer {
	display: none;
}
