﻿
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid #c0c0c0 !important;
	cursor: url(highslide/graphics/zoomin.cur), pointer;
}
.highslide:hover img {
	border: 2px solid #e0e0e0 !important;
}

.highslide-image {
    border: 2px solid black;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
	color: #CCC;
    border: 2px solid black;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: black;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading 
{
    
    display: block;
    
	color: white;
	background-color:Black;
	font-size: 24px;
	font-family:"Comic Sans MS", Verdana;
	
	text-transform: uppercase;
    text-decoration: none;
    padding:50px;
	border: 1px solid #bbbbbb;
	z-index:2000;
}
/*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-credits
{
    display:none;
}

/*
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
    border: 2px solid gray;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
*/

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #777 !important;
}
.control:hover {
	color: #999 !important;
}
.highslide-move {
    cursor: move;
}

.highslide-close
{
    float:right;
}
