﻿.page-imgList
{
}

.page-img-bf
{
    width: 480px;
    height: 300px;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

.page-img-bi
{
    width: 480px;
    height: 300px;
    position: relative;
}

    .page-img-bi img
    {
        width: 480px;
        height: 300px;
        vertical-align: middle;
    }

.page-img-title
{
    left: 0px;
    position: absolute;
    bottom: 0px;
    background-color: #2e8b00;
    width: 100%;
    filter: alpha(opacity=68);
    -moz-opacity: 0.68;
    -khtml-opacity: 0.68;
    opacity: 0.68;
    height: 0px;
}

.page-img-title-t
{
    left: 0px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 0px;
    line-height: 40px;
    color: white;
    text-align: left;
    text-indent: 2em;
    font-size: 10pt;
    overflow: hidden;
}

.page-img-si
{
    width: 230px;
    height: 140px;
    float: left;
    margin-left: 20px;
    position: relative;
}

    .page-img-si img
    {
        width: 230px;
        height: 140px;
        vertical-align: middle;
    }

#page-img-loading
{
    text-align: center;
}