.highslide {
	cursor:  url(zoomin.cur) , pointer;
    outline: none;
}
.highslide img {
	border: 0px solid;
}
.highslide:hover img {
	border: 0px solid;
}

.highslide-image {
    border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-size: 1em;
    padding: 5px 10px 5px 10px;
    background-color: white;
}
.highslide-caption a {
	color: #0080FF;
}
.highslide-caption a:hover {
	color: #00C000;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
}
