﻿.highslide {
	outline: none;
	text-decoration: none;
}
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide img {
	border: 2px solid silver;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
a.highslide-credits {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
.highslide-image {
	border-width: 10px;
}

/* Если нужно подписать картинку 
<div class="highslide-caption">Подпись.</div> */
.highslide-caption {
	padding: 0 10px 10px 10px;
}