﻿div.picture-container
{
    width: 310px;
    height: 230px;
}

div.picture-picture-container
{
    position: relative;
    width: 308px;
    height: 208px;
    border: 1px solid #cccccc;
}

div.picture-container img
{
    width: 308px;
    height: 208px;
    border: none;
}

div.picture-number-container
{
    position: absolute;
    top: 192px;
    right: 0px;
    z-index: 20;
}

div.picture-number-container a, div.picture-number-container a:hover
{
    float: right;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 2px 8px 4px 8px;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff !important;
}

div.picture-number-container a.picture-number-default
{
    background-color: #000000;
}

div.picture-number-container a.picture-number-active
{
    background-color: #ff0000;
}

div.picture-text-container
{
    width: 310px;
    height: 16px;
    padding-top: 4px;
    background-color: #eeeeee;
    font-family: 宋体;
    font-size: 12px;
    text-align: center;
    color: #525252;
    cursor: pointer;
}