$('.VideoDanaMeni').ready(
	function() {
		$(this).animate({ width: "250px", height: "200px" }, 0 );
		$(this).attr('overflow', "hidden");
	}
);


