#pager table {
	padding:0px;
	border:none;
}

#pager tr.pages {
}

#pager tr.pages td {
    font-size:12px;
	width:12px;
    padding:5px;
    text-decoration:none;
}

#pager tr.pages td.pgNext {
    text-transform:uppercase;
	width:35px;
}

#pager tr.pages td:hover {
    color:#3333ff;
    font-weight:bold;
}

#pager tr.pages td.pgEmpty {
    color:#eee;
}

#pager tr.pages td.pgCurrent {
    color:#ff3333;
    font-weight:700;
}
