.enlargecaption{
position: absolute;
border: 1px dotted navy;
font: normal 13px Arial;
margin-top: -10px;
}

.enlargecaption a{
display:block;
background: #D54F8D; 
padding: 3px;
text-decoration: none;
color: black;
color:#fff;
}

.enlargecaption a:hover{
 background: lightyellow; /*bg color of caption when mouse rolls over it*/
}

.enlargebox{
position: absolute;
border:1px solid gray;
display:none;
}

.enlargebox .title{
background:gray;
color:white;
padding: 3px 2px;
text-align: right;
font:bold 14px Arial;
}

.enlargebox .title img{
cursor:pointer;
cursor:hand;
}