.touchtouch-galleryOverlay{width:100%;height:100%;position:fixed;top:0;left:0;opacity:0;z-index:100000;background-color:#222;background-color:rgba(0,0,0,0.8);overflow:hidden;display:none;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.touchtouch-galleryOverlay.visible{opacity:1}.touchtouch-gallerySlider{height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;-webkit-transition:left .4s ease;transition:left .4s ease}.touchtouch-gallerySlider .touchtouch-placeholder{background:url("/static/img/preloader.gif") no-repeat center center;height:100%;line-height:1px;text-align:center;width:100%;display:inline-block}.touchtouch-gallerySlider .touchtouch-placeholder:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.touchtouch-gallerySlider .touchtouch-placeholder img{display:inline-block;max-height:100%;max-width:100%;vertical-align:middle}.touchtouch-gallerySlider.rightSpring{-moz-animation:rightSpring .3s;-webkit-animation:rightSpring .3s}.touchtouch-gallerySlider.leftSpring{-moz-animation:leftSpring .3s;-webkit-animation:leftSpring .3s}@-webkit-keyframes rightSpring{0{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}@-webkit-keyframes leftSpring{0{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}.touchtouch-prevArrow,.touchtouch-nextArrow{border:0;text-decoration:none;background:url('/static/img/arrows.png') no-repeat;opacity:.5;cursor:pointer;position:absolute;width:43px;height:58px;top:50%;margin-top:-29px;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.touchtouch-prevArrow:hover,.touchtouch-nextArrow:hover{opacity:1}.touchtouch-prevArrow{background-position:left top;left:40px}.touchtouch-nextArrow{background-position:right top;right:40px}