<style type="text/css">

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
        outline: none;
}

.highslide-active-anchor img {
	visibility: hidden;
}

.highslide img {
	border: 2px solid gray;
}

.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background: white;
}

.highslide-image {
	border: 10px solid white;
}

.highslide-caption {
        display: none;
        border: 5px solid white;
        border-top: none;
        padding: 5px;
        background-color: white;
        text-align: center;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
}

.highslide-texte {
        padding: 5px;
        color: #000;
        text-align: center;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
}

a.highslide-credits,
a.highslide-credits i {
        padding: 2px;
        color: #fff;
        text-decoration: none;
	font-size: 10px;
}

a.highslide-credits:hover,
a.highslide-credits:hover i {
        color: white;
        background-color: gray;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
</style>