$(document).ready(function(){

	$('body#lofoten input.nextInput').hover(function(){
	$(this).css('background','transparent url(/Media/Images/Lofoten/Buttons/button_act.png) no-repeat scroll right 5px');
	},function(){
	$(this).css('background','transparent url(/Media/Images/Lofoten/Buttons/button_std.png) no-repeat scroll right 5px');
	});

});