google.load("jquery", "1.5");
 
google.setOnLoadCallback(function() {

	if($("#contentLeft .post").length){
		
		if($.browser.msie){
			
			$("#contentLeft .post").each(function(){
			
				$(this).css({
				
					position: "relative",
					left: "16px",
					top: "16px"
					
				
				});
																						
			});
			
		}
		
	}

});
