.enlargecaption{
position: absolute;
border: 0px;
font: normal 11px Arial;
}

.enlargecaption a{
display:block;
background: #0066a4; /*bg color of caption*/
padding: 3px;
text-decoration: none;
color: white;
}

.enlargecaption a:hover{
 background: #00ae9b; /*bg color of caption when mouse rolls over it*/
}

.enlargebox{
position: absolute;
border:1px solid #00ae9b;
display:none;
}

.enlargebox .title{
background:#0066a4;
color:white;
padding: 3px 2px;
text-align: right;
font:bold 14px Arial;
}

.enlargebox .title img{
cursor:pointer;
cursor:hand;
}