.gallery{
    position: relative;
    width: 100%;
    height: 247px;
    overflow: hidden;
}

.gallery .g_i{
    position: absolute;
    width: 389px;
    height: 247px;
    background:#000;
    float: left;
    left: 0px;
}

.gallery .g_i .g_img{
    position: absolute;
}

.gallery .g_i .g_img img{
    width: 389px;
    height: 247px;
    border: 0;
}

.gallery .g_i .g_txt{
    position: absolute !important;
    top: 30px;
    width: 165px;
    color: #fff;
    padding: 12px;
}

.gallery .g_i .g_txt .g_tit{
    font-weight: bold;
    margin:0;
    padding:0;
    padding-bottom:5px;
    font-size: 18px;
    font-weight: bold;
}

.gallery .g_i .g_shadow{
    position: absolute !important;
    top: 30px;
    width: 165px;
    background-color: #000000;
    opacity: 0.65;
    filter:Alpha(Opacity=65);
    padding: 12px;
}

.gallery .thumbs{
    position: absolute;
    top: 0;
    width: 98px;
    float: right;
    right: 0px;
}

.gallery .thumbs a{
    text-decoration: none;
    height: 60px;
    opacity: 0.45;
    filter:Alpha(Opacity=45);
}

.gallery .thumbs a.atual{
    opacity: 0.95;
    filter:Alpha(Opacity=95);
}

.gallery .thumbs a img{
    border: none;
    width: 98px;
    height: 75px;
    margin-bottom: 11px;
}

.loading img{
    display: none;
}