.pics {
    height:  123px;
    width:   115px;
    padding: 0;
    margin:  0;
		overflow: hidden;
}
.pics img {  
 
    border:  0px;
    background-color: #E3EC75;
    width:  115px;
    height: 115px;
    top:  0;
    left: 0;
}
