
.contentslide{
  border: 1px solid #000;
  width: 400px;
  margin-top: 0px;
  background: #000;
}

.contentslide .contentdiv{
  display: none;
  height: 300px;
}

.pagination{
  text-align: right;
  padding: 3px;
  padding-right: 12px;
  background: #000;
}

.pagination_text{
  font-family: arial, helvetica;
  font-size: 9pt;
  padding: 3px;
}

.pagination a{
  padding: 2px 6px 2px 6px;
  text-decoration: none; 
  color: #000;
  background-color: white;
}

.pagination a.selected{
  color: #fff;
  background-color: #f81d03;
}

