.linkbuttonwrapper a.arrow
{
	background: transparent url('images/buttons/arrow.gif') no-repeat top left;
	display: block;
	width:16px;
	height:16px;
	  margin-top:3px;
}

a.prevButton,
a.nextButton
{
	width:16px;
	height:16px;
	margin-top:3px;
	font-size:13px;
}

a.nextButton
{
	background: transparent url('images/buttons/PagerNextButton.gif') no-repeat top left;
}

a.prevButton
{
	background: transparent url('images/buttons/PagerPrevButton.gif') no-repeat top left;
}
