.pgwSlideshow {
    width: 100%;
    background: #f8f8f8;
    display: none;
    margin: 20px 0;
}

.pgwSlideshow a {
    color: #fff
}

.pgwSlideshow .ps-current {
    text-align: center;
    position: relative;
    min-height: 150px;
    overflow: hidden
}

.pgwSlideshow .ps-current > ul > li {
    text-align: center;
    width: 100%;
    z-index: 1;
    opacity: 0;
    display: block
}

.pgwSlideshow .ps-current > ul > li img {
    display: block;
    max-width: 100%;
    margin: auto
}
.pgwSlideshow .ps-list {
    background-color: #eee;
    overflow: hidden;
    position: relative
}

.pgwSlideshow .ps-list ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    left: 0;
    white-space: nowrap;
}

.pgwSlideshow .ps-list li {
    /*float: left*/
    display: inline-block;
    vertical-align: middle;
}

.pgwSlideshow .ps-list li .ps-item {
    display: inline-block;
    vertical-align: middle;
    margin: 15px 8px;
    opacity: .6;
    filter: alpha(opacity=60);
    border: 1px solid #0261c4;
}

.pgwSlideshow .ps-list li img {
    display: block;
    width: 80px;
    height: 60px
}

.pgwSlideshow .ps-list li .ps-item.ps-selected {
    float: left;
    opacity: 1;
    border: 4px solid #0261c4;
    overflow: hidden
}

.pgwSlideshow .ps-list li .ps-item.ps-selected img {
    margin: -4px
}
.pgwSlideshow .ps-current .ps-prev,
.pgwSlideshow .ps-current .ps-next {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
    height: 60px;
    width: 35px;
}
.pgwSlideshow .ps-current .ps-prev {
   background: url("../images/ps-prev.png") no-repeat;
    left: 0;
}

.pgwSlideshow .ps-current .ps-next {
    background: url("../images/ps-next.png") no-repeat;
    right: 0;

}
.pgwSlideshow .ps-list .ps-prev,
.pgwSlideshow .ps-list .ps-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 26px;
    height: 40px;
    z-index: 1000;
    display: none
}
.pgwSlideshow .ps-list .ps-prev {
    background: url("../images/small-ps-prev.png") no-repeat;
    left: 0;
}

.pgwSlideshow .ps-list .ps-next {
    background: url("../images/small-ps-next.png") no-repeat;
    right: 0;
}

.pgwSlideshow.narrow .ps-list li img {
    width: 60px;
    height: 60px
}

.pgwSlideshow.narrow .ps-current .ps-prev {
    padding: 15px 15px 15px 12px;
    top: 40%
}

.pgwSlideshow.narrow .ps-current .ps-next {
    padding: 15px 12px 15px 15px;
    top: 40%
}

.pgwSlideshow.narrow .ps-list .ps-prev {
    padding: 15px 12px 15px 10px;
    top: 20px
}

.pgwSlideshow.narrow .ps-list .ps-next {
    padding: 15px 10px 15px 12px;
    top: 20px
}

.pgwSlideshow.narrow .ps-caption {
    font-size: .8rem;
    padding: 8px
}