/**
 * PgwSlideshow - Version 2.0
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */
.pgwSlideshow {
	width: 100%;
	background: #fff;
	display: none
}
.pgwSlideshow a {
	color: #fff
}
.pgwSlideshow .ps-current {
	text-align: center;
	position: relative;
	min-height: 150px;
	overflow: hidden;
	margin-bottom:25px;
}
.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);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";**/
	/*text-align: left;*/
	/*font-size: 1rem;*/
	/*color: #fff;*/
	/*position: absolute;*/
	/*left: 0;*/
	/*bottom: 0;*/
	/*width: 100%;*/
	/*padding: 10px;*/
	/*display: none*/
	position: absolute;width:1120px;left:0;bottom: 0;z-index: 2;font-size:24px;font-weight: 400;color:#fff;line-height: 50px;text-align: center;background:#0562CC;background:rgba(5,98,205,0.6); filter:alpha(opacity=60);
}
.pgwSlideshow .ps-caption span {
	padding: 7px;
	display: inline-block
}
.pgwSlideshow .ps-list {
	/*border-top: 1px solid #555;*/
	/*box-shadow: 0 10px 10px -5px #333 inset;*/
	/*background: #555;*/
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	height:152px;
}
.pgwSlideshow .ps-list ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	left: 0;
	padding-left:19px;
}
.pgwSlideshow .ps-list li {
	float: left;
	margin-right:18px;
}
.pgwSlideshow .ps-list li:last-child{
    margin-right:0;
}
.pgwSlideshow .ps-list li .ps-item {
	display: block;
	/*margin: 15px 8px;*/
	opacity: .6;
	/**filter: alpha(opacity=60)**/
}
.pgwSlideshow .ps-list li img {
	display: block;
	border: 1px solid #777;
	width: 257px;
	height: 152px;
	box-sizing:border-box;
}
.pgwSlideshow .ps-list li .ps-item.ps-selected {
	float: left;
	opacity: 1;
	border: 4px solid #0562CC;
	overflow: hidden;
	box-sizing:border-box;
}
.pgwSlideshow .ps-list li .ps-item.ps-selected img {
	margin: -4px
}
.pgwSlideshow .ps-list .ps-prevIcon {
    position: absolute;
	left: 5px;
	top: 64px;
	z-index: 1000;
    width:8px;
	height:16px;
    background: url(../images/left-1.png) no-repeat;
    /*display:none;
	border-color: transparent #fff transparent;
	border-style: solid;
	border-width: 10px 10px 10px 0;*/
	/*display: block*/
}
.pgwSlideshow .ps-list .ps-nextIcon {
    position: absolute;
	right: 5px;
	top: 64px;
	z-index: 1000;
    width:8px;
	height:16px;
    background: url(../images/right-1.png) no-repeat;
    /*display:none;
	border-color: transparent #fff transparent;
	border-style: solid;
	border-width: 10px 0 10px 10px;*/
	/*display: block*/
}
.pgwSlideshow .ps-current .ps-prev {
/*	 background:rgba(0,0,0,0.5); */
/*filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');*/
/*	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";*/
    background: url(../images/leftArrow.png) no-repeat;
	/*border: 1px solid #777;*/
	/*border-left: 0;*/
	border-radius: 0 4px 4px 0;
	position: absolute;
	/*padding: 20px 20px 20px 15px;*/
	left: 0;
	top: 45%;
	cursor: pointer;
	z-index:9999;
	width:35px;height: 63px;filter:alpha(opacity=50);opacity:0.5;left:3%; top:50%;
}
.pgwSlideshow .ps-current .ps-next {
	/**background: rgba(0,0,0,0.5);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";**/
	/*border: 1px solid #777;*/
	background: url(../images/rightArrow.png) no-repeat;
	/*border-right: 0;
	border-radius: 4px 0 0 4px;*/
	position: absolute;
	/*padding: 20px 15px 20px 20px;*/
	right: 0;
	top: 45%;
	cursor: pointer;
	z-index:999;
	width:35px;height: 63px;filter:alpha(opacity=50);opacity:0.5; right:3%; top:50%;
}
.pgwSlideshow .ps-list .ps-prev {
	/**background: rgba(0,0,0,0.5);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#bb000000', endColorstr='#bb000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000')";**/
	/*border: 1px solid #777;*/
	/*border-left: 0;
	border-radius: 0 4px 4px 0;
	padding: 20px 15px 20px 12px;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 25px;
	z-index: 1000;
	display: none*/
	cursor: pointer;
	position: absolute;
	z-index: 1000;
	/*display: none*/
	width:19px;
	height:152px;
	background:#A0A0A0;
}

.pgwSlideshow .ps-list .ps-next {
	/**background: rgba(0,0,0,0.5);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#bb000000', endColorstr='#bb000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000')";**/
	/*border: 1px solid #777;*/
	/*border-right: 0;*/
	/*border-radius: 4px 0 0 4px;*/
	/*padding: 20px 12px 20px 15px;*/
	cursor: pointer;
	position: absolute;
	z-index: 1000;
	/*display: none*/
	width:19px;
	height:152px;
	background:#A0A0A0;
	right:0px;
}
.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
}