/* RESET */


.demonstrations {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 18px;
}

.demonstrations a {
    float: left;
    width: 180px;
    height: 135px;
    margin: 0 5px 5px 0;
    cursor: pointer;
}

.demonstrations a img {
    float: left;
    width: 180px;
    height: 135px;
}

.demonstrations .rightmost {
    margin-right: 0;
}

.resources strong {
    font-family: "Lucida Sans";
}