//Homepage Galllery

$j(document).ready(function(){
	$j('div.slide').show();
	
	//adjust slideshow nav
	newPos = $j('div.anythingSlider #thumbNav a:last').position();
	theWidth = $j('div.anythingSlider #thumbNav a:last').outerWidth();

	newPos = newPos.left;
	newPos = newPos + theWidth + 91 + 5;

	$j('a.arrow.forward').css('left', newPos).css('z-index','2000');
});
