.enlargecaption{
position: absolute;
}

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

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

.enlargebox{
position: absolute;
display:none;
}

.enlargebox .title{
background:#404040;
color:#404040;
border:2px solid #404040;
padding: 3px 2px;
text-align: right;
}

.enlargebox .title img{
cursor:pointer;
cursor:hand;
border:2px solid #404040;
}
