
#showimage{
position:absolute;
visibility:hidden;
z-index: 9999;
padding: 5px;
border: 1px solid #000;
background-color: #015D71;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: transparent;
/* min-width: 100px; /*NS6 style to overcome bug - but is fake in the IE7 */
}

#dragbar #closetext{
font-family: Verdana, Tahoma; 
font-size: 11px; 
font-weight: bold;
color: #FFF;
margin-right: 3px;
}

#showimage img {
border: solid 1px #000;
}
