#prevLink, #nextLink
{
filter:alpha(opacity=30);
opacity:0.3
}

#prevLink, #prevLink:hover, #prevLink:visited:hover
{
background: url(../img/lightbox/prevlabel.gif) 0% 15% no-repeat
}

#nextLink, #nextLink:hover, #nextLink:visited:hover
{
background: url(../img/lightbox/nextlabel.gif) 100% 15% no-repeat
}

#prevLink:hover, #prevLink:visited:hover, #nextLink:hover, #nextLink:visited:hover
{
filter:alpha(opacity=95);opacity:0.95
}
