.highslide {
	outline: none medium;
}
.highslide img {
	border: 2px solid white;
}
.highslide:hover img {
	border: 2px solid gray;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption { display: none; font-family: Verdana, Helvetica; font-size: 8pt; padding: 5px; background-color: white; border-left: 2px solid white; border-bottom: 2px solid white; border-right: 2px solid white; border-top-style: none; border-top-width: medium; }
.highslide-loading {
    display: block;
	color: white;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(../sripts/highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 1px;
    color: white;
    text-decoration: none;
	font-size: 8px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: silver;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.control {
	float: right;
    display: block;
    position: relative;
	margin: 1px 5px;
	font-size: 8pt;
    text-decoration: none;
	text-transform: uppercase;
}
.control:hover {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #666;
}