.qtabs-wrapper {
	height: 1%;
}
ul.qtabs {
	list-style-position: outside;
	list-style-type: none;
	/*position:relative;*/
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	/*z-index:50;*/
}
ul.qtabs li {
	list-style-type: none;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	cursor: pointer;
}
ul.qtabs li.open {
	/*z-index:100;*/
}
/*div.current {
	overflow: hidden;
	position:relative;
	clear:both;
}*/
.qt-content {
	position: absolute;
	margin: 0;
	padding: 3px;
	width:96%;
}