/*
* {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
*/
.highslide-html {
	background-color: #fff;
/*	padding:0 8px 10px 8px;*/
}
.highslide-html-blur {
	border: 2px solid gray;
}
.highslide-html-content {
	position: absolute;
	display: none;
}
.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;
}

.control {
	float: right;
	display: block;
	margin: 2px 5px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: #24788F !important;
}
.highslide-move {
	cursor: move;
}


/* Images */
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
	text-decoration:none;
}
.highslide img {
	border: 2px solid white;
	margin:0;
}
.highslide:hover img {
	/*border: 2px solid #000;*/
}

.highslide-image {
	border: 8px solid white;
	border-bottom: 5px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
/*    border: 5px solid white;*/
    border-top: none;
    padding: 0 10px 6px 10px;
    background-color: white;
	font-size:11px;
	text-align:left;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	/*text-transform: uppercase;*/
    text-decoration: none;
	padding: 3px;
	/*
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	*/
    background-color: black;

  /*  padding-left: 22px;*/
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits{
	display:none;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

