    /*****************************************************************************/
    /* Styles for the HTML popups                                      */
    /* Remove these if you are not using Highslide HTML                       */
    /*****************************************************************************/
    .highslide-maincontent {
       display: none;
    }
    .highslide-html {
       background-color:white;
    }
    .highslide-html-content {
       display: none;
       width: 650px;
       padding: 0 5px 5px 5px;
    }
    .highslide-header {
       padding-bottom: 5px;
    }
    .highslide-header ul {
       margin: 0;
       padding: 0;
       text-align: right;
    }
    .highslide-header ul li {
       display: inline;
       padding-left: 1em;
    }
    .highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
       display: none;
    }
    .highslide-header a {
       font-weight: bold;
       color: gray;
       text-transform: uppercase;
       text-decoration: none;
    }
    .highslide-header a:hover {
       color: black;
    }
    .highslide-header .highslide-move a {
       cursor: move;
    }
    .highslide-footer {
       height: 16px;
    }
    .highslide-footer .highslide-resize {
       display: block;
       float: right;
       margin-top: 5px;
       height: 11px;
       width: 11px;
       background: url(http://mypimo.com/wp-content/plugins/wp-highslide-image-viewer/graphics/resize.gif) no-repeat;
    }
    .highslide-footer .highslide-resize span {
       display: none;
    }
    .highslide-body {
    }
    .highslide-resize {
       cursor: nw-resize;
    }