div#lighter div {
                  position: absolute;
                  top: -300000px;
                  left: -300000px;
                  z-index: 30;
                  }
div#lighter div#lsl {
                      width: 250px;
                      height: 600px;
                      background: transparent url(lighter.png) 0 0 no-repeat;
                      }

div#lighter div#lsr {
                      width: 250px;
                      height: 600px;
                      overflow: hidden;
                      }
div#lighter span {
                   display: block;
                   width: 600px;
                   height: 600px;
                   }
div#lighter div#lsr span {
                           background: transparent url(lighter.png) 0 0  no-repeat;
                           margin-left: -350px;
                           }
div#lighter div#lsb,
div#lighter div#lst {
                      width: 100px;
                      height: 250px;
                      overflow: hidden;
                      }
div#lighter div#lst span {
                           background: transparent url(lighter.png) 0 0  no-repeat;
                           margin-left: -250px;
                           }

div#lighter div#lsb span {
                           background: transparent url(lighter.png) 0 0  no-repeat;
                           margin-left: -250px;
                           margin-top: -350px;
                           }


div#lighter div#lbt {
                      width: 100%;
                      height: 100%;
                      background: #000000;
                      top: 0;
                      left: 0;
                      }

div#lighter div#lbb {
                      width: 100%;
                      height: 0;
                      background: #000000;
                      top: 0px;
                      left: 0;
                      }

div#lighter div#lbl,
div#lighter div#lbr {
                      width: 0;
                      height: 600px;
                      background: #000000;
                      top: 0px;
                      left: 0;
                      }


