#main-image a
{
    display: none;
}
#main-image a.active
{
    display: block;
}
.thumbnail-wrap
{
    float: left;
    height: 80px;
    width: 305px;
    /* border: 1px solid #A6A6A6; */
    /* border-radius: 10px; */
    /* -moz-border-radius: 10px;
    -webkit-border-radius: 10px; */
    background: #FFF;
    /* padding: 0 10px; */
    /* text-align: center; */
    position: relative;
    behavior: url(css/PIE.htc);
    margin-top: 5px;
}
.thumbnail-wrap .thumbnail-img
{
    width: 50px;
    padding: 5px;
    border: 1px solid #A6A6A6;
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    margin: 5px;
    float: left;
}
.thumbnail-wrap .thumbnail-img.active
{
    border:2px solid #0F0;
}
.thumbnail-wrap .thumbnail-img img
{
    width: 50px;
    height:50px;
}
section#inner_box1
{
    height: 290px;
}
.lobibox .image-popup
{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 480px;
}
.lobibox .image-popup .productImg
{
    max-width: 100%;
    max-height: 480px;
}
.lobibox .thumbnail-wrap
{
    position: absolute;
    bottom:10px;
}