#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
z-index:99;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color:#FF0101; /* blu: #124189; arancione: #FF9900*/
min-width: 100px; /*NS6 style to overcome bug*/
z-index:99;
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
z-index:99;
}