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