﻿/*--分页样式--*/

DIV.pagination
{
    font-size: 80%;
    margin: 10px;
    color: #ff6500;
    text-align: center;
}
DIV.pagination A
{
    border-right: #ff9600 1px solid;
    padding-right: 7px;
    background-position: 50% bottom;
    border-top: #ff9600 1px solid;
    padding-left: 7px;
    padding-bottom: 5px;
    border-left: #ff9600 1px solid;
    color: #ff6500;
    margin-right: 3px;
    padding-top: 5px;
    border-bottom: #ff9600 1px solid;
    text-decoration: none;
}
DIV.pagination A:hover
{
    border-right: #ff9600 1px solid;
    border-top: #ff9600 1px solid;
    background-image: none;
    border-left: #ff9600 1px solid;
    color: #ff6500;
    border-bottom: #ff9600 1px solid;
    background-color: #ffc794;
}
DIV.pagination A:active
{
    border-right: #ff9600 1px solid;
    border-top: #ff9600 1px solid;
    background-image: none;
    border-left: #ff9600 1px solid;
    color: #ff6500;
    border-bottom: #ff9600 1px solid;
    background-color: #ffc794;
}
DIV.pagination SPAN.current
{
    border-right: #ff6500 1px solid;
    padding-right: 7px;
    border-top: #ff6500 1px solid;
    padding-left: 7px;
    font-weight: bold;
    padding-bottom: 5px;
    border-left: #ff6500 1px solid;
    color: #ff6500;
    margin-right: 3px;
    padding-top: 5px;
    border-bottom: #ff6500 1px solid;
    background-color: #ffbe94;
}
DIV.pagination SPAN.disabled
{
    border-right: #ffe3c6 1px solid;
    padding-right: 7px;
    border-top: #ffe3c6 1px solid;
    padding-left: 7px;
    padding-bottom: 5px;
    border-left: #ffe3c6 1px solid;
    color: #ffe3c6;
    margin-right: 3px;
    padding-top: 5px;
    border-bottom: #ffe3c6 1px solid;
}
.thumbnail
{
    position: relative;
}
a.thumbnail:hover
{
    z-index: 50;
    background-color: transparent;
    text-decoration: none;
}
.thumbnail SPAN
{
    border-right: 1px dashed gray;
    padding-right: 5px;
    border-top: 1px dashed gray;
    padding-left: 5px;
    left: -1000px;
    visibility: hidden;
    padding-bottom: 5px;
    border-left: 1px dashed gray;
    color: black;
    padding-top: 5px;
    border-bottom: 1px dashed gray;
    position: absolute;
    text-decoration: none;
    background: #f4f4f4;
}
.thumbnail SPAN IMG
{
    border-top-width: 0;
    padding-right: 2px;
    padding-left: 2px;
    border-left-width: 0;
    border-bottom-width: 0;
    padding-bottom: 2px;
    padding-top: 2px;
    border-right-width: 0;
}
a.thumbnail:hover SPAN
{
    left: 110px;
    visibility: visible;
    top: 0;
}
