﻿.highslide {
	cursor: url(../imagenes/highslide/zoomin.cur), pointer;
	outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid #6ebf0d;
}
.highslide:hover img {
	border: 2px solid #003a8c;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 2px solid white;
}
/* These must always be last */
.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;
}
