
.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;
	right:0;
	bottom: 0px;
	padding: 10px;
	display: none;
}
.pgwSlideshow .ps-caption span {
	padding: 7px;
	display: inline-block;
}
.pgwSlideshow .ps-list {
	margin:10px 0;
	overflow: hidden;
	position: relative;
}
.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: 10px 8px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.pgwSlideshow .ps-list li img {
	display: block;
	width: 140px;
	height: 90px;
}
.pgwSlideshow .ps-list li .ps-item.ps-selected {
	opacity: 1;
	border: 3px solid #008CD6;
	overflow: hidden;
	box-sizing:border-box;
}
.pgwSlideshow .ps-list li .ps-item.ps-selected img {
	margin: -4px 0;
}
 
 
.pgwSlideshow .ps-prevIcon {
	border-color: transparent #fff transparent;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	display: block;
}
.pgwSlideshow .ps-nextIcon {
	border-color: transparent #fff transparent;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	display: block;
}
.pgwSlideshow .ps-current .ps-prev {
	background: rgba(0, 100, 180, 0.8);
	border-left: 0;
	position: absolute;
	padding: 20px 25px 20px 20px;
	left: 0;
	top: 45%;
	cursor: pointer;

}
.pgwSlideshow .ps-current .ps-next {
	background: rgba(0, 100, 180, 0.8);
	border-right: 0;
	position: absolute;
	padding: 20px 20px 20px 25px;
	right: 0;
	top: 45%;
	cursor: pointer;

}
.pgwSlideshow .ps-list .ps-prev {
	background:#cdcdcd;
	border-left: 0;
	padding: 25px 10px 25px 6px;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 1000;
	display: none;
}
.pgwSlideshow .ps-list .ps-next {
	background:#cdcdcd;
	border-right: 0;
	padding:  25px 6px 25px 10px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 1000;
	display: none;
}
.pgwSlideshow .ps-list .ps-prev:hover,.pgwSlideshow .ps-list .ps-next:hover { background:#888 }
/*
 * The media-queries are not used because IE8 doesn't support them.
 */
.pgwSlideshow.narrow .ps-list li img {
	width: 60px;
	height: 45px;
}
.pgwSlideshow.narrow .ps-current .ps-prev {
	padding: 13px 15px 13px 12px;
	top: 40%;
}
.pgwSlideshow.narrow .ps-current .ps-next {
	padding: 13px 12px 13px 15px;
	top: 40%;
}
.pgwSlideshow.narrow .ps-list .ps-prev {
	padding: 13px 12px 13px 10px;
	top: 10px;
}
.pgwSlideshow.narrow .ps-list .ps-next {
	padding: 13px 10px 13px 12px;
	top: 10px;
}
.pgwSlideshow.narrow .ps-caption {
	font-size: 0.8rem;
	padding: 8px;
}
