#screenshotBox { height: 300px; padding: 0px !important; margin: 0px !important; position: relative; top: 0px; left: 0px; overflow: hidden; } #screenshots { position: absolute; top: 0px; left: 0px; } .screenshot { position: relative; } .scrollButton { position: absolute; display: none; background: rgba(0, 0, 0, 0.5); height: 300px; width: 32px; margin: 0px; top: 0px; font-size: 30px; line-height: 300px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; } .scrollButton:hover { background: rgba(0, 0, 0, 0.75); } #scrollLeft { left: 0px; } #scrollRight { right: 0px; }