#motioncontainer a img{ /*image border color*/
border: 1px solid #ccc;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid #0052A2;
}

#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid #0052A2;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-image: url('../gallery/closeback.jpg');
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragtwo{
cursor: hand;
cursor: pointer;
background-color : #0052A2;
min-width: 100px; /*NS6 style to overcome bug*/
}
#dragtwo #closetext{
FONT-SIZE: 8pt; COLOR: #666666; FONT-FAMILY: Verdana, Arial, Helvetica; margin-right: 4px; FONT-WEIGHT: bold
}


#dragbar #closetext{
FONT-SIZE: 8pt; COLOR: #666666; FONT-FAMILY: Verdana, Arial, Helvetica; margin-right: 4px; FONT-WEIGHT: bold
}
