
#showimage{
position:absolute;
width: auto;
height: auto; 
visibility:hidden;
z-index: 9999;
background: #000;
}
#showimage img { position: relative; top: 20px; left: 0; width: auto; height: auto; display: block; }

#dragbar {
position: absolute;
top: 0;
right: 0;
cursor: auto;
min-width: 100px; /*NS6 style to overcome bug*/
height: 20px;
}

#dragbar #closetext{
cursor: pointer;
font-family: Arial, Verdana, Tahoma; 
font-size: 11px; 
line-height: 20px;
font-weight: bold;
color: #FFF;
margin-right: 5px;
display: block;
}

