$(document).ready(function(){ 	$("#portSlide a").click(function(){		var loadFile = $(this).attr("rel")		$("#port_text").load(loadFile+".php");	});		linkLPad = 250;	var tmbWidth = $("#portSlide a:first img").width();	//alert (tmbWidth);	portThumbs = ($("#portSlide a").length*126)+linkLPad;	$("#portSlide").css("width",portThumbs);	$("#portSlide a:first").css("margin-left",linkLPad);});