In the style css it is already set to: “none”, but stil shows the pageination dots
#rps .paging {
font-size:11px;
position: absolute;
bottom: 10px; right: 10px;
z-index: 100;
text-align: center;
padding:3px 10px;
background: #bcbcbc;
/* for IE */
filter:alpha(opacity=70);
opacity:0.7;
display: none;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
}