
div.navigation a.prev {
	background-image: url(prevPageArrow.gif);
}
div.navigation a.next {
	background-image: url(nextPageArrow.gif);
}


ul.thumbs li.selected a.thumb {
	opacity:1;
        filter:alpha(opacity=100); /* For IE8 and earlier */
}
