.highslide 
{
    cursor: url(/js/graphics/zoomin.cur), move;
    outline: none;
}
.highslide img 
{
    border: 1px solid #999999;
}
.highslide:hover img 
{
    border: 1px solid #ffffff;
}

.highslide-image 
{
    border: 2px solid white;
}

.highslide-image-blur 
{
}
.highslide-caption 
{
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 5px;
    background-color: white;
}
.highslide-loading 
{
    display: block;
    color: white;
    font-size: 10px; 
    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-display-block 
{
    display: block;
}
.highslide-display-none 
{
    display: none;
}
.thumbnail
{
    cursor: pointer;
}