.highslide {
	cursor: url(graphics/zoomin.cur), pointer;
	outline: none;
}
.highslide img {
	/* border: 1px solid #aaa; */
	margin:0 2px 2px 0;
}
.highslide:hover img {
	/* border: 1px solid #eee; */
}

.highslide-image {
	border: 10px solid white;
}
.highslide-loading {
    display: block;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 10px 15px 10px 29px;
    background-color: black;

    background: 5px center no-repeat url(graphics/loader.gif) #000;
}
a.highslide-loading:link {
	color: #ddd;
	}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
