/* lightbox  */
/* this file is inlclude with typoscript to page.headerData.1240, because it has to be after the lightbox css */

#lbPrevLink:hover {
    background: transparent url(../images/lightbox/prev.gif) no-repeat 0% 50%;
}

#lbNextLink:hover {
    background: transparent url(../images/lightbox/next.gif) no-repeat 100% 50%;
}

#lbCloseLink {
	border: 0;  
    margin: 3px 0 0 0;
    width: 22px;
    height: 18px;
    background: transparent url(../images/lightbox/close.gif) no-repeat center;
}

#lbPrintLink { 
    background: transparent url(../images/lightbox/printer.gif) no-repeat center;
}

#lbSaveLink {
    background: transparent url(../images/lightbox/save.gif) no-repeat center;
}

#lbPrintLink:hover,
#lbSaveLink:hover {
	border-color: transparent;
}

