.gtabcontrol {
	overflow: hidden; /* !important */
	}
	
.gtabcontrol > .panels {
	background: #ffffff;
	}
	
.gtabcontrol > .scroll-wrapper {
	display: flex;
	flex: none;
	flex-direction: row;
	overflow: hidden;
	background: #e5e5e5;
}

.gtabcontrol > .scroll-wrapper > .scroll-btn {
	width: 17px;
	height: 27px;
	flex: none;
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 1;
	background-repeat: no-repeat;
    background-position: 0 7px;
}

.gtabcontrol > .scroll-wrapper.disabled .scroll-btn {
	pointer-events: none;
	background: none !important;
}
.gtabcontrol > .scroll-wrapper > .scroll-btn.left {
	background-image: url(/images/double-arrow-left.png);
}
.gtabcontrol > .scroll-wrapper > .scroll-btn.right {
	background-image: url(/images/double-arrow-right.png);
}

.gtabcontrol > .scroll-wrapper > .tab-container {
	width: calc(100% - 34px);
	display: flex;
	flex: none;
	overflow: hidden;
}
.gtabcontrol > .scroll-wrapper ul {
	flex: none;
	position: relative;
	margin: 0px 0px 2px 0px;
	list-style: none;	
	padding-bottom: 0px;
	background-color: #e5e5e5;
	display: inline-block;
	white-space: nowrap;
	} 
	
.gtabcontrol > .scroll-wrapper ul li {
	display: inline-block;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 24px;
	height: 24px;
	}
	
.gtabcontrol > .scroll-wrapper ul li a {
	display: block;
	color: #666666;
	text-decoration: none;
	/*font-weight: bold;*/
	background-color: #e5e5e5;
	margin: 3px 1px 0px 0px;
	padding: 0px 10px 0px 10px;
	/*border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;*/
	outline: 0;
	}
	
.gtabcontrol > .scroll-wrapper ul li a:hover { 
}
	
.gtabcontrol > .scroll-wrapper ul li a.selected { 
	margin-top: 1px;
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #000000; 
}


.gtabcontrol > .scroll-wrapper ul li a.disabled { 
  color: #b0b0b0; 
} 

.gtabcontrol > .scroll-wrapper ul.tab-list li.textured a {
	background-image: url('../gobject/hidden_texture.png');
	background-repeat: repeat;
	background-color: rgba(255, 0, 0, 0.1);
}