#gallerycontainer_t2{
    clear:both;
    width:100%;
    height:100%;
}
#gallerycontainer_t2 .gallery_t2_item_container{
    border:1px solid #DDDDDD; 
    box-shadow:0 -1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    margin:0 30px 30px 0;
    float:left;
    display: block;
    margin: 20px;
    max-width:520px;
}
#gallerycontainer_t2 .gallery_t2_item_top{
    display: block;
    padding:0;
    margin:0;
    max-height:520px;
}
#gallerycontainer_t2 .gallery_t2_item_top img{
    border-radius: 0;
    max-width: 100%;
}
#gallerycontainer_t2 .gallery_t2_item_thumbnail{
    
}
#gallerycontainer_t2 .gallery_t2_item_bottom{
    background: #F5F5F5;
    border-top:1px solid #DDD;
    overflow: auto;
    padding: 20px;
}
#gallerycontainer_t2 .gallery_t2_item_bottom .gallery_t2_item_name{
    color: #525351;
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    text-transform:uppercase;
    text-align: center;
}
#gallerycontainer_t2 .gallery_t2_item_bottom .gallery_t2_item_name a{
    text-decoration: none;
    color: #525351;
}
#gallerycontainer_t2 .gallery_t2_item_bottom .gallery_t2_item_name a:hover{
    color: #464745;
}

#gallerycontainer_t2 .clear{
    clear:both;
}
