.attractions-tab, .lodging-tab, .shows-tab {
	max-height:	200px;
	overflow:	auto;
}

.nf-tabs {
	border-bottom:		1px solid #000000;
	content:			"";
	list-style-type:	none !important;
	margin:				0 !important;
	padding:			0 !important;
}

.nf-tabs::after {
	clear:		both;
	content:	"";
	display:	block;
}

.nf-tabs li {
	background:					#ffffff;
	border-top-left-radius:		5px;
	border-top-right-radius:	5px;
	content:					"";
	cursor:						pointer;
	float:						left;
	font-weight:				bold;
	list-style-type:			none !important;
	margin:						0 5px !important;
	padding:					5px 10px !important;
}

.nf-tabs li:hover {
	background:	#c0c0c0;
}

.nf-tabs li.active {
	background:	#000000;
	color:		#ffffff;
}
