#wppg-gallery-template-2
{
    clear:both;
    width:100%;
    height:100%;
}
#wppg-gallery-template-2 .clear{
    clear:both;
}

#wppg-gallery-template-2 .wpsg-t2-item
{
    height:auto;
    margin:5px;
    float:left;
}
#wppg-gallery-template-2 .wpsg-t2-top
{
    line-height: normal;
    overflow: hidden;
}

.wpsg-t2-thumb{
    position: relative;
    line-height: normal;
}
.wpsg-t2-thumb img{
    border-radius:0;
    box-shadow: none;
}
.wpsg-t2-thumb img:hover{
    background-color: #EDEDED;
}
.wpsg-t2-thumb a{
    line-height: normal;
}

.wpsg-t2-meta{
   position: absolute; 
   bottom: 0;
   left: 0;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   width: 100%;
}

.wpsg-t2-buy-button{
    text-align: center;
}
.wpsg-t2-buy-button input[type="button"]{
    margin: 0 !important;
    cursor: pointer !important;
    font-family: Helvetica,Arial,sans-serif !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
    color: #FFFFFF !important;
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 1.4 !important;
    padding: 5px 10px !important;
}
.wpsg-t2-buy-button input[type="button"]:hover{
    color: #CCCCCC !important;
}

.wpsg-t2-buy-link a{
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
    font-family: Helvetica,Arial,sans-serif !important;
    color: #FFFFFF !important;
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 2.2 !important;
    text-decoration: none !important;
}