.highslide-image {					/* expanded image */
	border:       solid rgb(15, 15, 15);
	border-width: 10px 10px 0 10px;
}
.highslide-wrapper, .highslide-outline {
	background: black;
}
.highslide-caption {
	background-color: rgb(15, 15, 15);
	border:           solid rgb(15, 15, 15);
	border-width:     0 10px 10px 10px;
	padding:          5px;
	height:           1em;
}
.highslide-caption a {
	font-weight:     bold;
	text-transform:  uppercase;
	text-decoration: none;
	font-size:       0.75em;
	color:           rgb(70, 70, 70);
	margin-top:      5px;
}
.highslide img {
	border: 0;
}
.highslide-caption a:hover {
	color: white;
}
.highslide-close {
	float: left;
}
.highslide-nav {
	float: right;
	padding-left: 1em;
}
.last .highslide-close {
	float: right;
}
.last .highslide-nav {
	float: left;
	padding-left: 0;
}