@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("cardomain.com") {

#outerImageContainer, #lightbox {
position: fixed !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
}

#imageDataContainer {
position: fixed !important;
bottom: 0 !important;
left: 0 !important;
width: 100% !important;
}

#imageContainer {
padding: 6px !important;
}

#lightboxImage {
width: auto !important;
height: auto !important;
max-width: 80% !important;
max-height: 85% !important;
overflow: hidden !important;
}

#bottomNavClose {
width: 8% !important;
}

#imageDetails {
width: 92% !important;
text-align: center !important;
}

#hoverNav {
display: block !important;
max-height: 85% !important;
}

}