/* rpglib highslide*/
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}

.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border:3px solid #000;
}
.highslide-wrapper, .highslide-outline {
	background: #000000;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.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;
}
a.highslide-full-expand {
   background: url(graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: #f4ad41;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #9b6f11;
	background-color: black;
	padding-left: 22px;
	background-image: url(graphics/loader.black.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;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10001;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/* Controls for the galleries */

.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}

.highslide-image {
	cursor: pointer !important;
}

.highslide-number {
float:right;
}

.highslide-controls a.disabled {
display: none;
}

.highslide-controls a:hover { 
opacity: 1;
}

.highslide-controls {
    position: absolute;
    width: 100%;
    height: 0;
    margin: 0;
}
.highslide-controls ul {
    position: absolute;
    width: 100%;
    height: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    left: 0;
    background: none;
}

.highslide-controls .highslide-close {
    display: none;
}

.highslide-controls .highslide-previous
	{
    position: absolute;
	left: 0px;
    padding: 0 10px;
	}
	
.highslide-previous a
	{ 
	display: block;
	width: 47px; height: 47px;
	float: left;
	background: url('/highslide/graphics/sprite_prev.png') no-repeat;
	opacity: 0.8;
	}
	
.highslide-controls .highslide-next
	{
    position: absolute;
	right: 0px;
    padding: 0 10px;
	}

.highslide-next a
	{ 
	display: block;
	width: 47px; height: 47px;
	float: left;
	background: url('/highslide/graphics/sprite_next.png') no-repeat;
	opacity: 0.8;
	}
	
.highslide-controls .highslide-move {
    display: none;
}
.highslide-controls .highslide-full-expand {
    display: none;
}
.highslide-controls .highslide-play {
    display: none;
}
.highslide-controls .highslide-pause {
    display: none;
}