#photo-caption-container {
 padding: 0;
 position: relative;
 top: -12px;
 text-align: right;
 font-size: 10px;
 line-height: 100%;
}

#photo-caption {
 display: inline;
 width: 100%;
 padding-top: 1px;
 padding-bottom: 1px;
 background-color: #eeeeee;
 font-color: #000000;
 filter:alpha(style=0,opacity=70);
 -moz-opacity: 0.70;
 opacity: 0.70;
}
