$(document).ready(function(){
	
	$('#sanjaMenuHolder a').hover(
			function () {
			    $(this).stop();
			    $(this).animate({color: "#808285" }, 200 );
			},
			function () {
			    $(this).stop();
			    $(this).animate({color: "#fff" }, 200 );
			});

});

$(document).ready(function() {
	$('.stranacontact .blogitem a:has("img")').lightBox();
});


$(document).ready( function() {
		$('.message, .mosmsgmodule').click(function(){$('.mosmsgmodule').hide()});
		setTimeout("$('.message, .mosmsgmodule').hide()", 3000);
	});


