html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

#myElement { display: none; }

.left { width: 35px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
.left div { width: 30px; height: 10px; background: lightgray; margin-top: 2px; }

.on { background: gray !important; }

.off { background: white !important; }

.disabled { background: lightgray !important; }

#l div { background: white; }

.slick-slide img { width: 100%; }

.gallery, .gallery2 { width: 50%; float: left; overflow: hidden; margin-top: 20px; }

#status, #statusleft { width: 38px; height: 150px; position: absolute; right: 4px; top: 4px; z-index: 10; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; box-sizing: border-box; padding: 4px; background: white; box-shadow: 0 0 1px 1px rgba(156, 156, 156, 0.5); }

#statusleft { left: 4px; }

#n, #p { background: white; position: absolute; z-index: 100; top: 50vh; font-size: 60px; padding: 10px; color: lightgray; }

#n { right: 0px; }

#p { left: 0px; }

a { cursor: pointer; }
