/* $Id: stamps.css,v 1.5 2008/01/30 21:28:05 rl Exp $ */
.highslide {
    cursor: url(graphics/zoomin.cur), pointer;
    outline: none;
}
.ie .highslide {
    cursor: url(graphics/zoomin.cur), pointer;
}
.highslide-image {
    border: 5px solid red;
}
.highslide-active-anchor img {
   visibility: hidden;
}
.highslide-caption {
    display: none;
    border: 2px solid red;
    border-top: none;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    padding: 5px;
    background-color: #f5edc9;
    text-align: center;
}
.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;
}
.highslide-full-expand {
   background: url(graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
