#prevLink, #nextLink
{
	filter:alpha(opacity=100);
	opacity:1
}

#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=100);
	opacity:1
}

