.project{
    height: auto;
    clear: both;
    border: #000000 solid 1px;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    margin: 15px 10px;
    color: #000;
}

.project:hover {
    background: #06F;
    color: #FFF;
}

.title {
    margin-bottom: 5px;
}

.shortDesc {
    margin: 10px;
}

.projectImage img {
    height: 150px;
    margin-right: 20px;
}

.left {
    float: left;
}

.right {
    float: right;
}

#full {
    float: left;
}

#images {
    float: right;
    overflow: hidden;
    width: 50%;
    margin-top: -100px;
}

#preview img {
    width: 100%;
}

.selectThumb {
    display: inline-block;
    width: 80px;
    padding: 5px;
    margin: 3px;
    border: 1px solid #AAA;
    border-radius: 5px;
    cursor: pointer;
}

#full {
    width: 47%;
}

@media screen and (max-width : 790px) {
    #full {
        float: none;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    #images {
        width: 90%;
        float: none;
        padding: 10px 0 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }

    #thumbs {
        text-align: center;
    }
}