/* Effective stylesheet produced by snapshot save */
#swipebox-slider .slide::before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }
.swipebox-touch #swipebox-container::after, .swipebox-touch #swipebox-container::before { backface-visibility: hidden; transition: all 0.3s ease 0s; content: " "; position: absolute; z-index: 999; top: 0px; height: 100%; width: 20px; opacity: 0; }
.swipebox-touch #swipebox-container::before { left: 0px; box-shadow: 10px 0px 10px -8px rgb(101, 101, 101) inset; }
.swipebox-touch #swipebox-container::after { right: 0px; box-shadow: -10px 0px 10px -8px rgb(101, 101, 101) inset; }
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container::before, .swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container::after { opacity: 1; }
@keyframes rightSpring {
  0% { left: 0px; }
  50% { left: -30px; }
  100% { left: 0px; }
}
@keyframes rightSpring {
  0% { left: 0px; }
  50% { left: -30px; }
  100% { left: 0px; }
}
@keyframes leftSpring {
  0% { left: 0px; }
  50% { left: 30px; }
  100% { left: 0px; }
}
@keyframes leftSpring {
  0% { left: 0px; }
  50% { left: 30px; }
  100% { left: 0px; }
}
