﻿#screenshot {
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff;
    z-index: 10000 !important;
}

/* sayfalama v2 */

.pagination {
    clear: both;
    margin: 15px 0;
    padding-bottom: 10px;
    background: url("images/dot.gif") 0 100% repeat-x;
    width: 100%;
}

    .pagination.bottom {
        margin-bottom: 0;
        padding-top: 10px;
        background: url("images/dot.gif") 0 0 repeat-x;
    }

    .pagination p {
        margin: 0;
    }

    .pagination .f-right a {
        padding: 2px 4px;
        text-decoration: none;
    }

        .pagination .f-right a.pagination-active {
            padding: 2px 6px;
            font-weight: bold;
        }

    .pagination .f-right a {
        padding: 2px 4px;
        text-decoration: none;
    }

        .pagination .f-right a.pagination-active {
            padding: 2px 6px;
            font-weight: bold;
        }

.f-right {
    position: relative;
    top: -3px;
}

.pagination-active2 {
    background: #727CF5 !important;
    color: #fff !important;
    padding: 2px 6px !important;
    font-weight: bold !important;
}

.pagination.bottom {
    margin-bottom: 0;
    padding-top: 10px;
    background: url("/assets/images/dot.gif") 0 0 repeat-x;
}

.pagination a {
    color: #333333;
}

    .pagination a:hover {
        color: #FF0000;
    }
