/**
 * pgwslider - version 2.3
 *
 * copyright 2014, jonathan m. piat
 * http://pgwjs.com - http://pagawa.com
 *
 * released under the gnu gplv3 license - http://opensource.org/licenses/gpl-3.0
 */
.pgwslider{width:100%;color:#fff}.pgwslider a{display:block;text-decoration:none;color:#fff}.pgwslider .ps-current{float:left;width:74%;overflow:hidden;height:inherit;position:relative;font-size:1rem}.pgwslider.listontheleft .ps-current{float:right}.pgwslider .ps-current ul{width:100%}.pgwslider .ps-current li{width:100%;z-index:1;opacity:0;display:none}.pgwslider .ps-current img{max-width:100%;min-width:100%;height:auto;display:block;transition:margin-top 250ms linear}.pgwslider .ps-caption{position:absolute;width:100%;padding:12px;background:rgba(0,0,0,0.7);filter:progid:dximagetransform.microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);left:0;bottom:0;display:none;z-index:3}ul.pgwslider,.pgwslider ul{float:right;width:25%;padding:0;list-style:none;margin:0}ul.pgwslider.listontheleft,.pgwslider.listontheleft>ul{float:left}ul.pgwslider>li,.pgwslider>.ps-list>li{height:50px;margin-bottom:6px;overflow:hidden;position:relative;opacity:.6;filter:alpha(opacity=60);font-size:.8rem;transition:opacity 200ms linear}ul.pgwslider>li:last-child,.pgwslider>ul>li:last-child{margin-bottom:0}ul.pgwslider>li span,.pgwslider>.ps-list>li span{display:block;width:100%;position:absolute;bottom:0;padding:5px;background:rgba(0,0,0,0.7);filter:progid:dximagetransform.microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}ul.pgwslider>li:hover,.pgwslider>ul>li:hover{opacity:1 !important}ul.pgwslider>li img,.pgwslider>ul>li img{width:100%;min-height:100%;display:block;transition:margin-top 250ms linear}.pgwslider .ps-previcon{border-color:transparent #fff transparent;border-style:solid;border-width:10px 10px 10px 0;display:block}.pgwslider .ps-nexticon{border-color:transparent #fff transparent;border-style:solid;border-width:10px 0 10px 10px;display:block}.pgwslider .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')";border:1px solid #777;border-left:0;border-radius:0 4px 4px 0;position:absolute;padding:20px 20px 20px 17px;left:0;top:45%;cursor:pointer}.pgwslider .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;border-right:0;border-radius:4px 0 0 4px;position:absolute;padding:20px 17px 20px 20px;right:0;top:45%;cursor:pointer}ul.pgwslider.wide>li,.pgwslider.wide>ul>li{width:100% !important}.pgwslider.narrow .ps-current{margin-bottom:6px;font-size:.8rem}.pgwslider.narrow .ps-current img{width:100%;min-height:inherit}.pgwslider.narrow .ps-current,ul.pgwslider.narrow,.pgwslider.narrow>ul{width:100%}ul.pgwslider.narrow>li,.pgwslider.narrow>.ps-list>li{float:left;min-height:50px;max-height:70px;min-width:15%;font-size:.7rem;margin-bottom:0}ul.pgwslider.narrow.listontheleft>li,.pgwslider.narrow.listontheleft>ul>li{float:right}.pgwslider.narrow .ps-caption{padding:8px}.pgwslider.narrow .ps-current .ps-prev{padding:15px 15px 15px 12px;top:40%}.pgwslider.narrow .ps-current .ps-next{padding:15px 12px 15px 15px;top:40%}
