/* ********************************************************************************
 * fix that allows prev and next buttons to show up on lightbox images
 */
#prevLink, #nextLink {
	background: transparent url(../../../g2image/images/blank.gif) no-repeat; /* Trick IE into showing hover */
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../../../g2image/images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../../../g2image/images/nextlabel.gif) right 15% no-repeat;
}
