#thumb{
    width:175px;
    height:220px;
    overflow:auto;
}

#thumb a{
    margin:5px;float:left;position:relative;
}

#thumb img{
    width:25px;height:25px;border:2px green solid;
}

#thumb img:hover{
    border:2px orange solid;
}