$(window).load(function () {	
	
	//Removing bottom border on list items.
	$('#newsAlt .body .entry:last').css("border", "none");
	$('#twitter .body ul li:last').css("border", "none");
	$('#tourAlt table tr:last td').css("border", "none");
	$('#tour table tr:last td').css("border", "none");
	
	var fadeTime = 300;
	$('#videosAlt .video').fader({
		time: fadeTime,
		selectors: ".toolTip"
	});
	var fadeTime = 300;
	$('#videos .thumbnail').fader({
		time: fadeTime,
		selectors: ".toolTip"
	});
});
