.wrap {
    position: relative;
}

.wrap + .wrap{
    margin-top: 30px;
}

.frame {
    overflow: hidden;
    height: 348px;
    padding:5px 0;
    white-space: nowrap;
}

.similar-products.frame{
    height: 105px;
}

.similar-products.frame ul li {
    margin: 0 8px 0 6px;
    vertical-align: middle;
}

.materials-slider.frame{
    height: 150px;
    margin-bottom: 0;
}

.frame.gallery-slider{
    height: 590px;
}

.frame ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 0;
    white-space: nowrap;
}

.frame ul li {
    padding: 0;
    float: none;
    cursor: pointer;
    text-align: center;
    margin: 0 10px 0 1px;
    display: inline-block;
}

.frame ul li.active {

}

.scrollbar {
    margin: 0 0 15px 0;
    height: 2px;
    background: #ccc;
    line-height: 0;
}

.scrollbar .handle {
    width: 100px;
    height: 100%;
    background: #292a33;
    cursor: pointer;
}

.scrollbar .handle .mousearea {
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 20px;
}

.pages {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: center;
}

.pages li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    text-indent: -999px;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    background: #f1f1f1;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.pages li:hover {
    background: #ebebeb;
}

.pages li.active {
    background: #bebebe;
}

