.enlargecaption{
position: absolute;
/*border: 1px dotted navy;*/
border: 1px solid white;
font: normal 11px Arial;
}

.enlargecaption a{
display:block;
background: #2987C0; /*bg color of caption*/
padding: 3px;
text-decoration: none;
color: white;
}

.enlargecaption a:hover{
 background: #999999; /*bg color of caption when mouse rolls over it*/
 color: white;
}

.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;
}