.enlargecaption{
position: absolute;
border: 1px dotted gray;
}

.enlargecaption a{
display:block;
background: #C4C4C4; /*bg color of caption*/
padding: 2px;
text-decoration: none;
font: normal 9px Arial;
color: #505050;
}

.enlargecaption a:hover{
background: #E0E0E0; /*bg color of caption when mouse rolls over it*/
font: normal 9px Arial;
color: #202020;}

.enlargebox{
position: absolute;
border:2px solid #C4C4C4;
display:none;
}

.enlargebox .title{
background:#C4C4C4;
color:white;
padding: 3px 3px;
text-align: right;
font:bold 14px Arial;
}

.enlargebox .title img{
cursor:pointer;
cursor:hand;
}
