@CHARSET "UTF-8";

#ReferencesList {
    width: 356px;
}

.referencesListItem {
    float: left;
    border: 3px solid #fff;
    padding: 5px;
    background-color: #d0cbb7;
    margin: 8px 4px;
}
.referencesListItem a {
}
.referencesListItem img {
    display: inline;
    border: 0px;
    width: 80px;
    height: 60px;
}

#ReferencesReadImage {
    background:#FFFFFF none repeat scroll 0 0;
    border:3px solid #D2CAB6;
    padding:3px;
    width:300px;
 }
#ReferencesReadMoreImages img {
    width: 80px;
    height: 60px;
    border: 3px solid #fff;
    padding:3px;
    background-color: #d0cbb7;
    margin-top:8px;
    margin-right:6px;
}
