/* CSS Document */
#showimage{
position:absolute;
visibility:hidden;
border: 1px solid #006600;
}

#dragbar{
cursor: hand;
cursor: move;
background-color: #006600;
min-width: 50px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 2px;
color : 3d7cb2;
}



