.clearfix-tabs{
	clear: both;
}

.gk_tab_item_space{
	padding: 10px;
}

div.gk_tab-style5 {
	position: relative;
}

div.gk_tab_wrap-style5 {
	margin: 0 auto;
	
}

ul.gk_tab_ul-style5 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow:hidden;
    visibility: hidden;
}

ul.gk_tab_ul-style5 li {
	float: left;
	cursor: pointer;
	margin: 0 3px -1px 0;
	border: 1px solid #ebebeb;
	border-bottom: none;
	position: relative;
	padding: 1px;
	padding-bottom: 0px;
	
}

ul.gk_tab_ul-style5 li span {
	background: url('../../images/horizontal/style5/bg_tab.png') repeat-x 0 0;
	display: block;
	height: 27px;
	line-height: 27px;
	padding: 0 10px;
	font-size: 10px;
	color: #666;
	text-transform:uppercase;
}

ul.gk_tab_ul-style5 li.active span {
	background: url('../../images/horizontal/style5/bg_tab-active.png') repeat-x 0 0;
	color: #aa2207;
}

div.gk_tab_container0-style5 {
	clear: both;
	background: url('../../images/horizontal/style5/bg_content.png') repeat-x 0 0;
}

div.gk_tab_container1-style5 {
	overflow: hidden;
	background: url('../../images/horizontal/style5/bg_content-bottom.png') repeat-x 0 100%;
}

div.gk_tab_item-style5 {
	float: left;
	overflow: hidden;
	padding: 10px;
}

div.gk_tab_button_next-style5,
div.gk_tab_button_prev-style5 {
	width: 24px;
	height: 24px;
	background: url('../../images/horizontal/style5/b_next.png') no-repeat 0 0;
	cursor: pointer;
	position: absolute;
	top: 43%;
	right: 0;
}

div.gk_tab_button_prev-style5 {
	background: url('../../images/horizontal/style5/b_prev.png') no-repeat 0 0;
	left: 0;
	right:inherit;
}

div.gk_tab_button_next-style5:hover {
	background: url('../../images/horizontal/style5/b_next.png') no-repeat 100% 0;
}

div.gk_tab_button_prev-style5:hover {
	background: url('../../images/horizontal/style5/b_prev.png') no-repeat 100% 0;
}
.gk_tab_container0-style5,
.gk_tab_container1-style5,
.gk_tab_container2-style5{
	position:relative;
}
