img#gif:hover {
    border: white 1px SOLID;
    border-radius: 10px;
}

#gif {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    max-width:8%;
    margin-top:-1.0%;
    margin-left:2.8%;
}
.rounded_img {
    border-radius: 10px;
}
