.section-p2b .tabnav {
	text-align: left;
}
.tab-wrapper {
	display: block;
	position: relative;
	z-index: 9;
}
.tab-wrapper .tab-content {
	position: relative;
}
ul.tabnav-items {
	margin-left: 0;
}
.tab-wrapper .tab-content .tab-content-item {
	width: 100%;
	position: absolute;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.tab-wrapper .tab-content-item {
	opacity: 0;
}
.tab-wrapper .tab-content-item ul {
	display:none;
}
.tab-wrapper .tab-content-item.current {
	opacity: 1;
}
.tab-wrapper .tab-content-item.current ul {
	display: block;
}