

table.file-holder {
    height: 1px;
    width: 100%;
}
table.file-holder td {
    text-align: center;
    vertical-align: middle;
}
table.file-holder td.image {
    height: 145px;
}
table.file-holder td.image a:hover {
    b-order: 4px solid #fff;
}
.file-name {}
.file-details {
    color: #959594;
    margin-top: 2px;
}
.file-links {
    margin-top: 2px;
}
.image-preview {
    margin: 5px 0px;
    border: 4px dashed #bbb;
}
.image-none {
    margin: 5px 0px;
    border: 4px dashed #bbb;
    padding: 20px 50px;
}

.image-thumb {
    margin: 5px 0px;
    border: 4px solid #bbb;
}
a:hover .image-thumb {
    margin: 5px 0px;
    b-order: 4px solid #666;
}
.image-thumb-fake {
    margin: 5px 0px;
    border: 4px dashed #f00;
}