/* CSS Document */


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

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

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

#half {
width:40%;
float:left;
padding:10px;
min-height:155px;
}

#thumbs {
float:right;
width:40%;
padding:4px;
min-height:155px;
}

#thumbs img {float:right; width:200px;} 


#details
{
width:55%;
float:left;
height:100%;
}