.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 11px;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	cursor: url(/highslide/graphics/zoomin.cur), pointer;
	/*border: 2px solid #B5B09D;*/
}
/*.highslide:hover img {
	BORDER-RIGHT: #3d6dcc 1px solid;
	BORDER-TOP: #3d6dcc 1px solid;
	BACKGROUND: #fff;
	BORDER-LEFT: #3d6dcc 1px solid;
	BORDER-BOTTOM: #3d6dcc 1px solid
}*/
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
/* .highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}*/
.highslide-wrapper, .highslide-outline {
	background: white;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	padding: 5px;
	background: white;
	color: #4E4D45;
}
.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(graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
	border: none;
}
.highslide-close, .highslide-close * {
	border: none;
}
.highslide-overlay {
	display: none;
}
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(graphics/close.png);
}
/*****************************************/
/* Styles for the HTML popups			 */
/*****************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html-content {
	display: none;
	width: 550px;
	padding: 0 5px 5px 5px;
}
.highslide-html {
	background-color: white;
}
.img_inside {
	BORDER: #d4d4d4 1px solid;
	BACKGROUND-COLOR: #ffffff;
	padding: 7px;
	margin: 7px;
}
.highslide-html-content1 {
	width: 400px;
	display: none;
	padding: 0 5px 5px 5px;
}
.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-footer {
	height: 25px;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(graphics/resize.gif);
}
.highslide-resize {
	cursor: nw-resize;
}
.highslide-header {
	color: #25a8d3;
	padding-top: 7px;
	padding-bottom: 5px;
}/*
.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-body {
	font-size: 10px;
	padding: 20px;
	text-align: justify;
}
