$(document).ready(function(){

	$('#tripPlan .nav').tabs({
		select: function(ui){
			$('#tripPlan .btm').toggleClass('btm2');
		}
	});

});