﻿ul.pager
{
    width: 100%;
    float: none;
    clear: both;
    
    list-style-type: none;
    padding: 10px  0 5px 0;
    height:auto;
	font-size: 11px;
	color: #333;
}

li.pagerbutton
{
    float:left;
}

li.pageNo {margin: 0 10px}

li.perPage {margin-left: 20px}

li.pagerend
{
    float:none;
}
li.firstButton 
{
    margin-right: 5px;
}
li.lastButton 
{
    margin-left: 5px;
}
li.pagerbutton input[type=text]
{
    width:80px;
    font-size: 9px;
}