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