.highslide
{
    outline: none;
	cursor: pointer;
}

.highslide-image
{
    border: 2px solid white;
}

.highslide-caption
{
    padding: 5px;
    display: none;
    border-top: none;
    border: 2px solid white;
    background-color: white;
}

.highslide-display-block
{
    display: block;
}

.highslide-display-none
{
    display: none;
}

.highslide-loading
{
    padding-left: 22px;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}


.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;
}