

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #FFC184;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
color:#915606;
font-family:"arial", "helvetica", "sans-serif";
font-size: 12px;
font-weight: bold;
margin-right: 5px;
}





