﻿.holder
{
    overflow: hidden;
    width: 320px;
    height: 333px;
    float: left;
    position: relative;
    background-color: #a00000;
    margin-right: 1px;
    transition:ease 2s;
}

    .holder .image
    {
        position: absolute;
        left: -100px;
    }

    .holder span
    {
        background-color: rgba(160, 0, 0, 0.55);
        font-size: 32px;
        color: white;
        padding: 4px;
        position: absolute;
        top: 130px;
    }

    .holder .text
    {
        padding: 20px;
        display: none;
        line-height: 26px;
        position: absolute;
        top: 180px;
        font-size: 16px;
        color: #fff;
        width: 340px;
    }

.clear
{
    clear: both;
}

.main
{
    padding-top: 18px;
    padding-left: 18px;
    padding-bottom: 18px;
    width: 1000px;
    height: 333px;
    overflow: hidden;
}
