.graphic_paginator strong, .graphic_paginator a, .graphic_paginator .previous, .graphic_paginator .next, .graphic_paginator .page_nr, .graphic_paginator .hellip {
  display:block;
  height:17px;
  margin:0 2px;
  float:left;
  color:#175D90;
  font:11px Arial,Verdana,sans-serif;
}

.graphic_paginator a:link, .graphic_paginator a:visited, .graphic_paginator a:hover {
  color:#175D90;
}

.graphic_paginator strong {
  color:#68A11B;
  width:17px;
  padding:2px 1px 0;
  font-weight:bold;
  text-align:center;
} 

.graphic_paginator .clear {
  display:block;
  width:90%;
  height:1px;
  font-size:1px;
  line-height:1px;
}

.graphic_paginator .page_nr {
  width:18px; /* IE6  */
  min-width:18px; /* Opera, Gecko  */
  width:auto !important;
  text-align:center;
  background: url(../img/html/paginator_inactive_bg_left.gif) no-repeat 0% 0;
  

}

.graphic_paginator .page_nr span {
  display:block !important;
  display:inline-block;
  width:9px; /* rozciaganie dla IE6 */
  min-width:9px;
  width:auto !important;
  height:15px;
  float:none;
  padding:2px 5px 0 4px;
  text-align:center;
  position:relative;
  right:-1px;
  background: url(../img/html/paginator_inactive_bg_right2.gif) no-repeat 100% 0;
  cursor:pointer;
}

.graphic_paginator .page_nr:hover {
  color:#fff;
  background-image: url(../img/html/paginator_active_bg_left.gif);
} 

.graphic_paginator .page_nr:hover span {
  cursor:pointer;
  background-image: url(../img/html/paginator_active_bg_right.gif);
} 

.graphic_paginator .previous, .graphic_paginator .next {
  width:71px;
  text-indent:9999em;
  overflow:hidden; 
  color:transparent;
}
.graphic_paginator .previous {
  background: url(../img/html/paginator_poprzedni_in.gif) no-repeat 0 0;
} 

.graphic_paginator a.previous {
  background-image: url(../img/html/paginator_poprzedni.gif);
} 

.graphic_paginator a.previous:hover {
  cursor:pointer;
  background-image: url(../img/html/paginator_poprzedni_hover.gif);
} 

.graphic_paginator .next {
  background: url(../img/html/paginator_nastepne_in.gif) no-repeat 0 0;
} 

.graphic_paginator a.next {
  background-image: url(../img/html/paginator_nastepne.gif);
} 

.graphic_paginator a.next:hover {
  cursor:pointer;
  background-image: url(../img/html/paginator_nastepne_hover.gif);
} 

#paginator .clear {
  line-height:0px;
  font-size:1px;
}
