* {
    display: none;
}
html, body, #lightbox, #outerImageContainer, #imageContainer, #lightboxImage {
    background: #FFF;
    display: block;
    left: 0px;
    margin: 0px;
    padding: 0px;
    position: fixed;
    top: 0px;
}
#lightboxImage	{
		border: dashed #500d0e 5px;
		width: 443px;
		height: 364px;
}