﻿#turnpage_ascx_container
{
    
    
    width:600px;
}

#turnpage_ascx_container a
{
    text-decoration: none;
}
#turnpage_ascx_container div
{
    float: left;
    padding-right: 10px;
}
.turnpage_ascx_currentpage
{
    padding: 0 2px;
    font-weight: bold;
    text-decoration: none;
}

.turnpage_ascx_otherpages
{
    padding: 0 2px;
    text-decoration: none;
}

.turnpage_ascx_hidden
{
    display: none !important;
    text-decoration: none;
}



.turnpage_ascx_pagenav
{
    float: left;
    display: block;
    text-decoration: none;
}

.turnpage_prevandnext
{
    font-weight: bold;
}

