.thumbnail {
    position: absolute;
    width: 182px;
    height: 182px;
    background-color: #949599;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.thumbnail:hover {
    opacity: 0.4;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.row1 {
    top: 24px;
}
.row2 {
    top: 240px;
}
.row3 {
    top: 456px;
}
.row4 {
    top: 674px;
}
.col1 {
    left: 33px;
}
.col2 {
    left: 266px;
}
.col3 {
    left: 492px;
}
.message {
    position: absolute;
    width: 182px;
    height: 182px;
    padding: 0px;
    margin: 0px;
    color: #686769;
}
.message h2 {
    font-family: 'Droid Serif', serif;
    font-size: 13pt;
    margin-bottom: 10px;
    line-height: 1.5;
}
.message p {
    font-family: 'Droid Sans', sans-serif;
    font-size: 10pt;
    line-height: 1.8;
}
.message h3 {
    font-family: 'Droid Sans', sans-serif;
    font-size: 10pt;
    margin-bottom: 15px;
}
.message hr {
    margin-top: 20px;
    margin-bottom: 20px;
}
.message a {
    font-size: 10pt;
    color: #686769;
    text-decoration: none;
}
