@import url("/src/css/jquery/jquery.lightbox.css");

#outerImageContainer, #imageDataContainer {
    background-color: #292929;
}

#prevLink, #nextLink {
    background-image: url(/images/core/lightbox/blank.gif);
}

#prevLink:hover, #prevLink:visited:hover {
    background-image: url(/images/core/lightbox/btn_prev_63x32.gif);
}

#nextLink:hover, #nextLink:visited:hover {
    background-image: url(/images/core/lightbox/btn_next_63x32.gif);
}
