.highslide 
{
    outline: none;
	cursor: url(../images/zoomin.cur), pointer;
}

.highslide img 
{
	border: 0px;
}

.highslide:hover img 
{
	border: 0px;
}

.highslide-image 
{
    border: 2px solid white;
}

.highslide-image-blur 
{
}

.highslide-caption 
{
    padding: 5px;
    display: none;
    font-size: 10pt;
    border-top: none;
    border: 2px solid white;
    background-color: white;
    font-family: Verdana, Helvetica;
}

.highslide-loading 
{
	padding: 3px;
	color: white;
    display: block;
	font-size: 9px;
	font-weight: bold;
    text-decoration: none;
    background-color: black;
	text-transform: uppercase;
	border-top: 1px solid white;
	border-bottom: 1px solid white;

    padding-left: 22px;
    background-repeat: no-repeat;
    background-position: 3px 1px;
    background-image: url(../images/loader.gif);
}

.highslide-move 
{
    cursor: move;
}

.highslide-overlay 
{
	display: none;
}

.controlbar 
{	
	width: 0px;
	height: 0px;
	background: none;
	margin-left: 60px;
}

.controlbar a 
{	
	width: 0px;
	height: 0px;
	float: left;
	display: block;
	margin: 0 0 0 5px;
}

.highslide-html 
{
    background-color: white;
}

.highslide-html-blur
{
    border: 2px solid gray;
}

.highslide-html-content
{
    display: none;
	position: absolute;
}

.highslide-display-block
{
    display: block;
}

.highslide-display-none
{
    display: none;
}

.control
{
	color: #000;
	float: right;
	margin: 0 5px;
    display: block;
	font-size: 90%;
}

.control:hover
{
	color: black !important;
}