#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/slide/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/slide/prevlabel_en.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/slide/nextlabel_en.gif) right 15% no-repeat; }