.pagingBlack
{
}
.pagingBlack .PagerInfoCell
{
    display: none;
}
.pagingBlack a
{
    font-weight: bold;
    color: #494949;
    text-decoration: none;
    cursor: pointer;
}
.pagingBlack a:hover
{
    color: #ff0000;
}
.pagingBlack span
{
    color: #ff0000;
}
.pagingBlack .PagerBack a
{
    height: 16px;
    width: 16px;
    display: block;
    background-image: url(images/btn-next-previous.png);
    background-position: -32px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.pagingBlack .PagerNext a
{
    height: 16px;
    width: 16px;
    display: block;
    background-image: url(images/btn-next-previous.png);
    background-position: -48px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
}
/**/
.NewPagingBlack
{    
    margin: 0px;
}
.NewPagingBlack .PagerInfoCell
{
    display: none;
}
.NewPagingBlack span
{
    color: #444444;
}
.NewPagingBlack a
{
    color: #afafaf;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
.NewPagingBlack a:hover
{
    color: #444444;
}
.NewPagingBlack .PagerNext a
{
    height: 13px;
    width: 10px;
    display: block;
    background-image: url(images/newpaging.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.NewPagingBlack .PagerBack a
{
    height: 13px;
    width: 10px;
    display: block;
    background-image: url(images/newpaging.png);
    background-position: -10px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
}
