	$(document).ready(function(){
			$("#slider").easySlider({
				auto: true, 
				continuous: true,
				numeric: true,
				pause:5000
			});
if (swfobject.hasFlashPlayerVersion("9")) {
				var flash_movie;
				if (lang=="lt")
				{
					flash_movie="1";
				}
				else
				{
					flash_movie="2";
				}
				
				var path_to_flash="img/Movie"+flash_movie+".swf";
				
				var att = { data:path_to_flash, width:"400", height:"30" };
				var par = { menu:"false", wmode: "transparent" };
				var id = "flash";
				var myFlashContent = swfobject.createSWF(att, par, id);}
			$(document).pngFix();
			
			
			
		});	