.flickr-popup {
    margin: 0;
}
.flickr-popup .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}
.flickr-popup .ownername {
    font-size: 12px;
    color: #999;
    line-height: 18px;
    margin-bottom: 5px;
}
.flickr-popup .date {
    font-size: 12px;
    color: #999;
    line-height: 16px;
}
.flickr-popup .content {
    margin-bottom: 5px;
}
.flickr-popup .image-anchor {
    display: inline-block;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    margin-bottom: 5px;
}
.flickr-popup .image {
    display: inline-block;
    width: 150px;
    height: 150px;
    padding: 2px;
    -moz-box-shadow: 1px 1px 3px #CCC;
    -webkit-box-shadow: 1px 1px 3px #CCC;
    box-shadow: 1px 1px 3px #CCC;
    border: 1px solid #CCC;
    background: url(../images/loading-small.gif) no-repeat center center #fff;
}
.flickr-popup .image:hover,
.flickr-popup .image:focus {
    opacity: .85;
    background-image: none;
    -moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}