$(function() {
				$('.akcijska-ponudba div:eq(0)').css({margin:'0 0 0 23px'});
				$('.akcijska-ponudba .akcija:eq(2)').css({paddingRight:'0'});
				$('.button-send, .button-send2').hover(function(){
					$(this).css({background:'url(http://www.pohistvohoby.com/modx/assets/templates/hoby/images/button-send-h.gif) left top no-repeat'});
				},function(){
					$(this).css({background:'url(http://www.pohistvohoby.com/modx/assets/templates/hoby/images/button-send.gif) left top no-repeat'});
				});
			});
