canSwap=true;
function highlightVoucher(offer) {
	$('smalloffer-'+offer).fade( {to:0.6,duration:0.1} )
}
function unhighlightVoucher(offer) {
	$('smalloffer-'+offer).appear( {duration:0.1} )
}