.paginator {
  overflow: hidden;
  height: 20px;
  font-size: 11px;
  color: #81817C; }
  .paginator a {
    color: #81817C;
    text-decoration: none;
    line-height: 16px; }
  .paginator .prev {
    width: 30px;
    float: left;
    padding-right: 4px; }
  .paginator .cur {
    width: 35px;
    float: left; }
  .paginator .next {
    width: 60px;
    float: left;
    padding-left: 4px;
    text-align: left; }
  .paginator .current_page {
    width: 35px;
    height: 17px;
    padding-left: 1px;
    margin: 0px 0px 0px 0px;
    display: block;
    overflow: hidden;
    color: #81817C;
    font-size: 11px;
    border: 1px solid #81817C; }

#indicator {
  position: absolute;
  background: url(/images/indicator.gif) 2px 2px no-repeat;
  font-weight: bold;
  height: 20px;
  padding-left: 20px;
  color: bf46e2;
  z-index: 1000; }
