.bsThumbs { text-align: center; padding: 0px; vertical-align: middle; position: relative; }
.bsThumbs-Image, .bsThumbs-Add { position: relative; text-align: center; vertical-align: middle; margin: 0px; padding: 0px; display: inline-block; z-index: 1; }
.bsThumbs-Edit { margin: 0px; padding: 2px; position: absolute; right: 0px; top: 0px; z-index: 3; opacity: 0.8; }
.bsThumbs-Edit img { margin: 2px; width: 20px; z-index: 2; }
.bsThumbs-Switch { position: absolute; top: 50%; margin-top: -40px; height: 80px; z-index: 4; opacity: 0.8; padding: 2px 5px; cursor: pointer; background-color: white; }
.bsThumbs-Switch:hover { opacity: 1; }
.bsThumbs-Switch-Left { left: 0px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
.bsThumbs-Switch-Right { right: 0px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.mobile-frontend .bsThumbs { width: 100%; margin-left: 0px; }
