var headerTextAnim = function() {
	if ($('#header-moving-text')[0].offsetLeft < -1500)
		$('#header-moving-text')[0].style.left = '700px';
	
	$('#header-moving-text')[0].style.left = ($('#header-moving-text')[0].offsetLeft - 2) + 'px';
	setTimeout('headerTextAnim()', 50);
}

$(document).ready(function(){
	imagePreview("obr_neni_category.gif", "category_vertical", "category_hover");
	headerTextAnim();
});
