.sliderwrapperChinaPlates{
  position: relative; /*leave as is*/
  overflow: hidden; /*leave as is*/
  border: 0px;
  width: 625px;
  height: 610px;
}

.sliderwrapperChinaPlates .contentdiv{
  visibility: hidden; /*leave as is*/
  position: absolute; /*leave as is*/
  left: 0;  /*leave as is*/
  top: 0;  /*leave as is*/
  width: 620px;
  filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
}

.paginationChinaPlates{
  text-align: center;
  background-color: #800000;
  padding: 3px 3px 0 3px;
  width: 620px;
}

.paginationChinaPlates a{
  padding: 0 3px 0 5px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 25px;
  text-decoration: none;
  color: #cbd4e3;
  background: #000000;
}

.paginationChinaPlates a:hover, .paginationChinaPlates a.selected{
  color: #e9df55;
  background-color: #000000;
}