$(window).scroll(function(){ $('#left_col').animate({top:-180+$(window).scrollTop()+"px" },{queue: false, duration: 350}); });

$(document).ready(function() {


$("#arnyek2").css('height', '1px');
if(jQuery.browser.msie){if(parseInt(jQuery.browser.version) < 7){$("#arnyek2").css('visibility', 'visible');$("#arnyek2").css('height', '10000px');}}


$("#slider").easySlider({ controlsBefore:'<p id="controls">', controlsAfter:'</p>',	prevId: 'prevBtn', nextId: 'nextBtn'});			

});