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