.border-rights {
    border-right: 1px #e1e4e8 solid !important;
}

.border-bottoms {
    border-bottom: 1px #e1e4e8 solid !important;
}

.border-lefts {
    border-left: 1px #e1e4e8 solid !important;
}

.border-tops {
    border-top: 1px #e1e4e8 solid !important;
}

.borders {
    border: 1px #e1e4e8 solid !important;
    width: 190px;
}

.museumCollectionDiv {
    position: absolute;
    background: #fff;
    top: 95%;
    display: none;
    -moz-box-shadow: 1px 5px 14px #888888;
    box-shadow: 1px 5px 14px #888888;
    left: 110px;
    border: 1px solid #ddd;
    border-radius: 3px;
    z-index: 99;
    padding: 10px;
    width: 170px;
}