#showimage
    {
        position:absolute;
        visibility:hidden;
		padding: 2px;
		margin: 0px;
        border: 2px solid #D62B4B;
        background-color: white;
        z-index: 100;
    }

#dragbar
    {
        cursor: hand;
        cursor: pointer;
        color: #AD2B44;
        font-weight: bold;
        text-align: center;
        background-color: #D62B4B;
        min-width: 150px; /*NS6 style to overcome bug*/
    }

#closetext
    {
        color: white;
        font-weight: bold;
        margin-right: 1px;
        text-align: right;
        visibility: visible;
    }

