.pics {  
    height:  120px;
    width:   110px;
    padding: 0;  
    margin:  0;
} 
 
.pics img {
    position: absolute;
    padding: 10px;
    border:  0;
    top:  0;
}

a.pics { font-weight: bold; text-decoration: none; color: red; text-align: center; }
a.pics:hover { color: #999999; }

#snapshots_left {
    float: left;
    font-size: 28px;
    color: red;
    padding-top: 10px;
    width: 120px;
}

#snapshots_right {
   float: right;
}

#snapshots {
    width: 249px;
    height: 128px;
    border: 7px solid #FF0000;
    padding-right: 12px;
    background-color: #FFFFFF;
}
