@charset "utf-8";
/* CSS Document */

.highslide-container div {
	font-family: "Palatino Linotype";
	font-size: 11pt;
	color: #603566;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-wrapper, .drop-shadow {
	background-color: black;
}
.highslide img {
	border: 0px;
}
.highslide:hover img {
	border: 0px;
	;
}
.highslide-wrapper {
	background: #1b0420;
	
}
.highslide-image {
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1b0420;
	border-right-color: #1b0420;
	border-bottom-color: #1b0420;
	border-left-color: #1b0420;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	background-color: #1b0420;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1b0420;
	border-right-color: #1b0420;
	border-bottom-color: #1b0420;
	border-left-color: #1b0420;
	padding: 8px;
}
.highslide-caption ul {
	margin-top: -15px;
}

.highslide-loading {
	display: block;
	color: #A363A5;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #1b0420;
	background-color: #1b0420;
	padding-left: 22px;
	background-image: url(highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: #1b0420;
	text-decoration: none;
	font-size: 10px;
	display: none;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: black;
	background-color: #1b0420;
	display: none;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

