.clearfix-tabs{
	clear: both;
}

.gk_tab_item_space{
	padding: 10px;
}

div.gk_tab-green {
	position: relative;
}

div.gk_tab_wrap-green {
	margin: 0 auto;
}

ul.gk_tab_ul-green {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow:hidden;
}

ul.gk_tab_ul-green li {
	float: left;
	cursor: pointer;
	margin: 0 3px -1px 0;
	background: none;
	position: relative;
	padding: 1px;
	padding-bottom: 0px;
}

ul.gk_tab_ul-green li span {
	/*background: url('../../images/horizontal/green/bg_tab.png') repeat-x 0 0;*/
	display: block;
	height: 31px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 11px;
	color: #fff;
	text-transform:uppercase;
}

ul.gk_tab_ul-green li.active {
	background: url('../../images/horizontal/green/bg_tab-active-r.png') no-repeat right top;
	color: #fff;
	font-weight: bold;
}

ul.gk_tab_ul-green li.active span {
	background: url('../../images/horizontal/green/bg_tab-active-l.gif') no-repeat left top;
	color: #fff;
	margin: -1px;
}

div.gk_tab_container0-green {
	clear: both;
	background: url('../../images/horizontal/green/bg_content.png') repeat-x 0 0;
}

div.gk_tab_container1-green {
	overflow: hidden;
	background: url('../../images/horizontal/green/bg_content-bottom.png') repeat-x 0 100%;
}

div.gk_tab_item-green {
	float: left;
	overflow: hidden;
	padding: 10px;
}

div.gk_tab_button_next-green,
div.gk_tab_button_prev-green {
	width: 24px;
	height: 24px;
	background: url('../../images/horizontal/green/b_next.png') no-repeat 0 0;
	cursor: pointer;
	position: absolute;
	top: 43%;
	right: 0;
}

div.gk_tab_button_prev-green {
	background: url('../../images/horizontal/green/b_prev.png') no-repeat 0 0;
	left: 0;
	right:inherit;
}

div.gk_tab_button_next-green:hover {
	background: url('../../images/horizontal/green/b_next.png') no-repeat 100% 0;
}

div.gk_tab_button_prev-green:hover {
	background: url('../../images/horizontal/green/b_prev.png') no-repeat 100% 0;
}
