.accordion {
    list-style: none;
    font-family: Cambria, serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.5em;
    overflow: hidden;
    padding: 0;
    -moz-box-shadow: 1px 3px 15px #555;
    -webkit-box-shadow: 1px 3px 15px #555;
    box-shadow: 0px 0px 4px #555;
    /*border-top:2px solid #fff;
        border-left:2px solid #fff;*/
}

    .accordion li {
        top: 0;
        left: 0;
        float: left;
        width: 10%;
        height: 400px;
        display: block;
        /*border-right:2px solid #fff;
        border-bottom:2px solid #fff;*/
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        margin: 0;
        -moz-box-shadow: 1px 3px 15px #555;
        -webkit-box-shadow: 1px 3px 15px #555;
        box-shadow: 1px 3px 15px #555;
    }

    .accordion h2 {
        width: 100%;
        height: auto;
        float: left;
        text-align: center;
        font-family: 'Titillium Web', sans-serif;
        font-size: 20px;
        color: #ffffff;
            font-style: normal;
        margin-top: 50%;
    }

        .accordion h2 span {
            width: 100%;
            height: auto;
            float: left;
            text-align: center;
            margin-bottom:20px;
        }

        .accordion h2 img {
            width: 48px;
            height: auto;
        }

    .accordion div {
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        background: transparent url(../images/bgDescription.png) repeat-x bottom center;
        padding-top: 340px;
        padding-bottom: 340px;
        margin-bottom: -340px;
    }

        .accordion div h2 {
            width: auto;
            height: auto;
            float: left;
            background-color: #fdd039;
            font-family: 'Titillium Web', sans-serif;
            font-size: 14px;
            color: #ffffff;
            display: none;
        }

        .accordion div p {
            width: 100%;
            height: auto;
            float: left;
            padding: 20px 10px;
            text-align: left !important;
            background-color: rgba(253, 208, 57, 0.50);
            font-family: 'Titillium Web', sans-serif;
            font-size: 14px;line-height:16px !important;
            color: #ffffff !important;
            font-style: normal;
        }

                .accordion div p span{
            width: 100%;
            height: auto;
            float: left;
            text-align: left !important;
            font-family: 'Titillium Web', sans-serif;
            font-size: 24px;
            color: #ffffff !important;text-transform:uppercase;
            font-style: normal;margin-bottom:10px;
        }
        #h{
            width: 200px;
            height: 200px;

        }
