div.cropmenews {
  position: relative;
  width: 220px;
  height: 150px;
  overflow:hidden;
  z-index:0;
}
div.cropmenews img {
border: 0px solid #F1B921;
/* top: -30px;*/
  position: absolute;
  clip: rect(30px auto auto auto);
  top: -30px;
  
/* margin-top:-10px;
 margin-left:-10px;

 /*margin-top:-5px;*/
border-bottom: 1px solid #F1B921;
*/
}
div.cropme2 {
  position: relative;
  width: 220px;
  height: 150px;
  overflow:hidden;
  border: 1px solid #F1B921;
}
div.cropme2 img {
border: 0px solid #F1B921;
border-bottom: 0px solid #FFFFFF;
/*  position: absolute;
  clip: rect(15px auto auto auto);
  top: -15px;
*/  
/* margin-top:-10px;
 margin-left:-10px;

 /*margin-top:-5px;*/
border-bottom: 1px solid #F1B921;
*/
}
div.cropme3 {
  position: relative;
  width: 220px;
  height: 150px;
  overflow:hidden;
  border: 0px solid #F1B921;
}
div.cropme3 img {
border: 0px solid #F1B921;
border-bottom: 0px solid #FFFFFF;
}
