﻿.page
{
    display: none;
}

    .page.active
    {
        display: block;
    }

.pagination
{
    margin-top: 35px;
}

a.pagingLink
{
    background: url(../Images_UI/Live/roundButton_White.png) no-repeat;
    display: block;
    height: 80px;
    width: 80px;
    float: left;
    text-decoration: none;
    color: #0E8E5B;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
}

    a.pagingLink.active
    {
        background: url(../Images_UI/Live/roundButton_Green.png) no-repeat;
        color: #ffffff;
    }
