.highslide {
	cursor: url(/js/highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-align: right;
}
.highslide img {
	border: 0px solid #eee; /*gray;*/
        padding: 0px;
}
:hover.highslide img {
	border: 0px solid #999; /*silver;*/
        padding: 0px;
}

.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	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(/js/highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits {
    padding: 0;
    width: 120px;
    height: 20px;
    line-height: 20px;
    color: #111;
    text-decoration: none;
	font-size: 10px;
    text-align: center;
    margin: 18px 0 0 100%;
    background: #ff4600;
    position: relative;
    left: -120px;
}
a:hover.highslide-credits {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
