#rbd {
  width: 660px;
  overflow: hidden;
}

#rbd p {
  margin: 1.0em 0;
}

#rbd ul {
  width: 668px;
  margin: 0 -8px 10px 0;
  _zoom: 1;
  overflow: hidden;
  list-style: none;
}

#rbd ul li p {
  margin-left: 65px;
  padding-top: 5px;
}

#rbd ul li img {
  position: absolute;
  top: 5px;
  left: 5px;
}

#rbd ul li a img {
  border: 2px solid #ccc;
}

#rbd ul li a:hover img {
  border: 2px solid #004584;
}

#rbd .demo {
  width: 159px;
  min-height: 70px;
  _height: 70px;
  margin-right: 8px;
  margin-bottom: 8px;
  float: left;
  position: relative;
  background: url(../img/rbd/bg.gif) top left no-repeat;
}

#rbd .demo p {
  font-weight: bold;
  color: #555;
  margin-top: 0;
  margin-bottom: 0;
}

#rbd .viewdemo a {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #004584;
  text-decoration: none;
  padding-left: 16px;
  line-height: 14px;
  height: 14px;
  background: url(../img/rbd/play.gif) top left no-repeat;
}
