.pic {
  border: 5px solid #BDBDBD;  
  float: left;
  height: 160px;
  width: 180px;
  margin: 0px;
  overflow: hidden;
  -moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
behavior:url(border-radius.htc);	
  
  
}
.grow img {
  width: 229px;
  height: 173px;

  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.grow img:hover {
  width: 250px;
  height: 190px;
}