.vrc-gallery a:link, .vrc-gallery a:visited { color: #bdc3c7 }
.vrc-gallery #VRCJS-player { position: relative }
.vrc-gallery .VRCJS-player { width: 100%; height: 500px }
.vrc-gallery .navigation { position: absolute; border: 1px solid black; width: 45px; height: 45px; border-radius: 5px; background-color: rgba(0, 0, 0, 0.5); text-align: center; vertical-align: middle; font-size: 45px; line-height: 45px; color: #fff; font-weight: bold; cursor: pointer }
.vrc-gallery .navigation:hover { background-color: rgba(0, 0, 0, 0.2) }
.vrc-gallery .previous { left: 0 }
.vrc-gallery .next { right: 0 }
.vrc-gallery #vr-progress-bar { position: absolute; top: 0; width: 0; height: 5px; background-color: #FF0009; transition: opacity 0.5s ease }
.vrc-gallery .previous.navigation i, .vrc-gallery .next.navigation i { color: #ccc; font-size: 20px; position: relative; top: -9px }