/**
* @file: highslide.css 
* @version: 4.1.9
*/
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	/*position: absolute;*/
	background: black;
}
.highslide-loading {
	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/common/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/*RELEASE 3*/
#next-nuance{z-index:9000;height:40px;width:20px;background:transparent url(../../images/common/highslide/next-nuance.gif) no-repeat 0 0;right:-10px;top:-20px;margin-top:50%;display:block;position:absolute;}
#prev-nuance{z-index:9000;height:40px;width:20px;background:transparent url(../../images/common/highslide/prev-nuance.gif) no-repeat 0 0;left:0px;top:-20px;margin-top:50%;display:block;position:absolute;}
/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
	/*margin-top: -10px;*/
}
.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;
}
