.enlargecaption{
position: absolute;
border: 0px dotted navy;
font: normal 11px Arial;
}

.enlargecaption a{
display:block;
padding: 3px;
text-decoration: none;
color: black;
}

.enlargecaption a:hover{ 
border:0px solid white;
}

.enlargebox{
position: absolute;
border:4px solid gray;
display:none;
}

.enlargebox .title{
background:white;
color:white;
padding: 3px;
text-align: right;
}

.enlargebox .title img{
cursor:pointer;
cursor:hand;
}