.pgwSlideshow {
    width: 100%;
    display: none;
}
.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-caption {
    background: rgba(0, 0, 0, 0.5);
    text-align: left;
    font-size: 1rem;
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 10px;
    display: none;
}

.pgwSlideshow .ps-caption span {
    padding: 7px;
    display: inline-block;
}

.pgwSlideshow .ps-list {
    background:#d4d4d4;
	overflow:hidden;
	position:relative;
	margin:auto;
	margin-top:11px;
	z-index:99;
}
.pgwSlideshow .ps-list ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    left: 0;
}
.pgwSlideshow .ps-list li {
    float: left;
	
}
.pgwSlideshow .ps-list li .ps-item {
    display: block;
    margin: 13px 6px;

}
.pgwSlideshow .ps-list li img {
    display: block;
    border:3px solid #fff;
    width: 93px;
    height: 70px;

}
.pgwSlideshow .ps-list li .ps-item.ps-selected {
    float: left;
    border-color:#0072bc;
    overflow: hidden;
}

.pgwSlideshow .ps-list li .ps-item.ps-selected img {
   
	border-color:#0072bc;
}

.pgwSlideshow .ps-prevIcon {
   
    
    display: block;
}

.pgwSlideshow .ps-nextIcon {
   
    display: block;
}

.pgwSlideshow .ps-current .ps-prev,.pgwSlideshow .ps-current .ps-next {
    background: url(arrow.png) no-repeat;
    position: absolute;
    top: 40%;
    cursor: pointer;
	width:46px; 
	height:55px;
}

.pgwSlideshow .ps-current .ps-next {
	left:auto;  
    right: 0;
	background-position:right top;
}
.pgwSlideshow .ps-current .ps-prev{ background-position:left top;}
.pgwSlideshow .ps-current .ps-next:hover{background-position: right bottom;}
.pgwSlideshow .ps-current .ps-prev:hover{ background-position:left bottom;}

.pgwSlideshow .ps-current .ps-prev,.pgwSlideshow .ps-current .ps-next{display:none!important;}

.pgwSlideshow .ps-list .ps-next,.pgwSlideshow .ps-list .ps-prev{
	width:23px;
	height:96px;
	cursor: pointer;
    position: absolute;
	z-index: 1000;
	top: 0;
	display: none;
}
.pgwSlideshow .ps-list .ps-prev {
    background:url(images/slider-nav.jpg) no-repeat left top;
    left: 0;
}

.pgwSlideshow .ps-list .ps-next {
    background:url(slider-nav.jpg) no-repeat right top;
    right: 0;
}
.pgwSlideshow .ps-list .ps-prev:hover{ background-position: bottom left}
.pgwSlideshow .ps-list .ps-next:hover{ background-position:bottom right;}

/*
 * The media-queries are not used because IE8 doesn't support them.
 */
.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;
    
}

.pgwSlideshow.narrow .ps-list .ps-next {
    padding: 15px 10px 15px 12px;
    
}

.pgwSlideshow.narrow .ps-caption {
    font-size: 0.8rem;
    padding: 8px;
}


.content .pgwSlideshow .ps-current .ps-prev,.content .pgwSlideshow .ps-current .ps-next{display:block!important;}
.content .pgwSlideshow .ps-list li img {height:70px; width:93px; margin-top:5px; }
.pgwSlideshow .ps-current > ul > li img{border: 1px solid #A3A3A2; height:264px;}
.content .pgwSlideshow .ps-list li .ps-item{ margin:8px;}