﻿/* Load bong SP */
.highslide 
{
    cursor: url(highslide/graphics/zoomin.cur), pointer;
}        
.highslide-caption 
{
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
    font-size:10px;
}        
.highslide-html 
{
    background-color: white;
}
.highslide-html-blur 
{
}        
.highslide-html-content 
{
    position: absolute;
    display: none;
}        
.highslide-display-block 
{
    display: block;
}
.highslide-display-none 
{
    display: none;
}
.control 
{
    float: right;
    display: block;
    /*position: relative;*/
    margin: 0 5px;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color:#FF6600;
}
.control:hover 
{
    color: black !important;
}
.highslide-move 
{
    cursor: move;
}
