


.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}

.highslide img {

	border-style: solid;
	border-color:#ffffff;
	border-width: 2px;

}

.highslide:hover img {

	border-style: solid;
	border-color:#ffffff;
	border-width: 2px;
}

.highslide-image {
	border: 10px solid #fff;
}
.highslide-image-blur {
}
.highslide-caption {
	color: #000;
    display: none;
    border: 5px solid #fff;
    border-top: none;
    padding: 5px;
    background-color: #fff;
}

.highslide-loading {
    display: block;
	color: #fff;
	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: #000;
    
    padding-left: 22px;
    background-image: url(graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    
}


A.highslide-loading:link		{ cursor:pointer; text-decoration: none; color: #ffffff; }
A.highslide-loading:visited		{ cursor:pointer; text-decoration: none; color: #ffffff; }
A.highslide-loading:active		{ cursor:pointer; text-decoration: none; color: #ffffff; }
A.highslide-loading:hover		{ cursor:pointer; text-decoration: none; color: #ffffff; }



.highslide-html {
    background-color: #3a7348;
}
.highslide-html-content {
	position: absolute;
    display: none;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}


.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9px;
    font-weight: bold;
	text-decoration: none;
	text-transform: none;
	color: #fff;
	
	padding: 2px 2px;
}

A.control:link			{ cursor:pointer; text-decoration: none; color: #ffffff; }
A.control:visited		{ cursor:pointer; text-decoration: none; color: #ffffff; }
A.control:active		{ cursor:pointer; text-decoration: none; color: #ffffff; }
A.control:hover			{ cursor:pointer; text-decoration: underline; color: #ffffff; }


.control:hover {
	color: #fff !important;
}

.highslide-move {

	font-size: 11px;
	color:#fff;
	
	cursor: move;
}


