.enlargecaption{
position: absolute;
border: 0px dotted navy;
font: italic 9px Arial;
}

.enlargecaption a{
display:block;
background: ; /*bg color of caption*/
padding: 3px;
text-decoration: none;
color: #000000;
}

.enlargecaption a:hover{
 background: ; /*bg color of caption when mouse rolls over it*/
}

.enlargebox{
position: absolute;
border:1px #000000;
display:none;
}

.enlargebox .title{
background:#477A21;
color:#000000;
padding: 8px 8px;
text-align: right;
font:bold 14px Arial;
}

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