img { border: 0; }

div.demo {
  margin:5px;
  overflow:hidden;
  position:relative;
  width:630px;
  height:104px;
  border:0px solid #000000;
}

div.main {
  margin:5px;
  overflow:hidden;
  position:relative;
  width:400;
  height:400;
  border:0px solid #000000;
}

div.demo img {
  float:top;
  margin-right:10px;
  width:60px;
  height:60px;
  cursor:hand;
  filter: Alpha(Opacity=60);
}
