.lightbox-background { background: rgba(0, 0, 0, 0.7); display: none; left: 0; right: 0; top: 0; position: absolute; z-index: 9001; } .lightbox-wrapper { background: #eee; background-image: url("../img/loader.gif"); background-position: center center; background-repeat: no-repeat; border: 1px solid #bbb; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; left: 50%; margin-bottom: 100px; position: absolute; } .lightbox-wrapper img { display: none; } .lightbox-data { background: white; } .lightbox-data .description { border-bottom: 1px solid #ddd; font-family: "Georgia", "Times", "Times New Roman", Serif; font-size: 16px; padding: 8px; } .lightbox-data .avatar img { display: block; height: 40px; width: 40px; margin: 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .lightbox-data .text { font-weight: bold; margin-top: 3px; } .lightbox-data .text .dim { color: #999; font-size: 14px; }