a[class~='mp_pl']:hover
{
  background-color: inherit;
  border-style: none;
}

div[class~='mp_pl']
{
  border: dotted 1px;
  float: left;
  height: 200px;
  margin: 2px; padding: 0;
  text-align: center;
  width: 234px;
}

img[class~='mp_pl']
{
  width: 225px;
}

a.mp_pl:hover
{
  background-color: inherit;
  border-style: none;
}

div.mp_pl
{
  border: dotted 1px;
  float: left;
  height: 200px;
  margin: 2px; padding: 0;
  text-align: center;
  width: 234px;
}

img.mp_pl
{
  width: 225px;
}
