/** Neotabbing */

.neotabbing_switch {
	display: none;
}

#neotabbing,
#neotabbing div {
	display: inline-block;
}

#neotabbing div:hover {
	cursor: pointer;
	transition: all 0.5 ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

ul#neotabbing li {
	display: inline-block;
	cursor: pointer;
}

ul.toppost_fix {
	list-style-type: circle;
}

ul.toppost_fix li {
	display: inline-block;
	list-style-type: circle;
	padding: 0 5px;
}