This works but I\'m not sure why. In function capIn(), in my mind the line $botcap.slideDown(\"slow\") should slide the div down. It slides it up.
function capIn()
$botcap.slideDown(\"slow\")
One possible fix would be to wrap $('.botcap') elements with a container and align the container to the bottom.
$('.botcap')