div.pager
{
    position: relative;
    padding-top: 20px;
    width: 100%;
    text-align: center;
}

ul.yiiPager
{
    position: relative;
    width: 100%;
    margin: 0 auto;
    line-height: normal;
    text-align: center;
    font-weight: 700;
}

ul.yiiPager li
{
    list-style-type: none;
    display: inline-block;
    *display: inline; /*Hack IE7 inline-block*/
    zoom: 1; /*Hack IE7 inline-block*/
    margin-left: 3px;
    margin-right: 3px;
}

ul.yiiPager li a:link,
ul.yiiPager li a:visited
{
    color:#999999;
    width: 20px;
    height: 17px;
    padding-top: 3px;
    text-decoration:none;
    text-align: center;
}

ul.yiiPager li a
{
    float: left;
    position: relative;
    font-size:11px;
}

ul.yiiPager li.page a
{
    font-weight: 700;
    color: #FFF;
    background: transparent url("pager_bullets.png") center left no-repeat;
}
ul.yiiPager li.page a:hover,
ul.yiiPager li.page.selected a
{
    background-position: center right;
}

ul.yiiPager .hidden a
{

}
ul.yiiPager li.previous {
    margin-right: 15px;
}
ul.yiiPager li.previous a
{
    width: 20px;
    height: 20px;
    padding: 0;
    background-image: url(pager_controllers.png);
    background-position: top left;
    background-repeat: no-repeat;
}
ul.yiiPager li.previous a:hover
{
    background-position: top right;
}
ul.yiiPager li.previous.hidden a
{
    background: transparent;
}
ul.yiiPager li.next a
{
    width: 20px;
    height: 20px;
    padding: 0;
    background-image: url(pager_controllers.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}
ul.yiiPager li.next
{
    margin-left: 15px;
}
ul.yiiPager li.next a:hover
{
    background-position: bottom right;
}
ul.yiiPager li.next.hidden a
{
    background: transparent;
}
/**
 * Hide first and last buttons by default.
 */
ul.yiiPager li.first a
{
    display: none;
/*    width: 20px;
    height: 20px;
    background-image: url(pager_controllers.png);
    background-position: 0 0;
    background-repeat: no-repeat;*/
}
ul.yiiPager li.first.hidden a
{
    background: transparent;
}
ul.yiiPager li.last a
{
    display: none;
/*    width: 20px;
    height: 20px;
    background-image: url(pager_controllers.png);
    background-position: -52px 0;
    background-repeat: no-repeat;*/
}
ul.yiiPager li.last.hidden a
{
    background-position: -52px -30px;
}
.pager_ajax
{
/*    background:url(background_loading.png) repeat;*/
    width: 100%;
    height: 25px;
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.pager_ajax_loading
{
/*    width: 100%;
    height: 25px;
    display: none;
    background:url(loader.gif) no-repeat 50% 50%;*/
}

.list-view-loading .pager_ajax,
.list-view-loading .pager_ajax_loading
{
    display: block;
}