.hp-productslider .slides
{
    position:relative;
}

.hp-productslider .slides div
{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.0;
    text-align: center;

    transition: all 0.5s;
    width: 100%;
}

.hp-productslider .slides div.active
{
    opacity: 1.0 !important;
}

.hp-productslider .slides div img
{
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
}

/***** begin thumbs *****/
.hp-productslider .slides-thumbs
{
    padding: 0;
    display: block;
}

.hp-productslider .slides-thumbs li
{
    display: inline-block;
    width: 18%;
    padding:0;
    margin: 0 0.5%;
    border: 1px solid #eee;

    cursor: pointer;
}

.hp-productslider .slides-thumbs li:hover,
.hp-productslider .slides-thumbs li.active
{
    border: 1px solid #0096D6;
}

.hp-productslider .slides-thumbs li img
{
    display: block;
    max-width: 100%;
    overflow: hidden;
}
/***** end thumbs *****/
.larg-view.hp-productslider
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding:25px;
    display: none;
    background: #fff;
    background: rgba(255,255,255,0.85);
}

.larg-view.hp-productslider.show
{
    display: block;
    z-index: 99999999999;
}

.larg-view.hp-productslider .fa
{
    font-size: 24px;
    color: #bbb;
    cursor: pointer;
}

.larg-view.hp-productslider .fa:hover
{
    color: #0096D6;
}

.larg-view.hp-productslider .slides-thumbs
{
    width: 400px;
    max-width: 100%;
}

.larg-view.hp-productslider .slides div
{
    width: 100%;
    text-align: center;
}

.larg-view.hp-productslider .slides div img
{
    width: auto !important;
    height: auto !important;
    max-width: 50%;
    max-height: 468px;
}