#showimage{
cursor: hand;
cursor: pointer;
position:absolute;
visibility:hidden;
border: 3px solid #3261d7;
z-index:100;
padding: 0px;


background-color: white;
background-image: url('images/Loading.gif');
background-position: center;
background-repeat: no-repeat

}

#dragbar{
cursor: move;
cursor: move;
background-color: #3261d7;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
cursor: hand;
cursor: pointer;
font-weight: bold;
margin: 3px;
}