/*
 * highslide-overrides.css
 *
 * mathtutor-specific overrides for highslide.css
 */

.highslide-html {
    background-color: #9cf;
}

.highslide-header {
    position: absolute;
    right: 0px; top: 0px;
    height: 20px;
    width: 80px;
}

.highslide-header a {
    font-size: 8px;
    color: #ccc;
}

.highslide-header ul { }

.highslide-header ul li {
    display: inline-block;
    width: 16px; height: 16px;
    list-style-type: none;
}

.highslide-header ul li.highslide-close span {
    position: absolute;
    top: 3px; right: 3px;
    width: 16px; height: 16px;
    background: url('/images/icons/cross.png') no-repeat top left;
}

.highslide-header ul li.highslide-move span {
    position: absolute;
    top: 3px; right: 22px;
    width: 16px; height: 16px;
    background: url('/images/icons/cursor.png') no-repeat top left;
    cursor: move;
}

