.clearfix-tabs{
	clear: both;
}

.gk_tab_item_space{
	padding:0px;
}

div.gk_tab-style1 {
	position: relative;
}

div.gk_tab_wrap-style1 {
	margin: 0 auto;
}

ul.gk_tab_ul-style1 {
	list-style-type: none;
	margin: 0 0 11px 0px !important;
	padding: 0px 0 0 0px !important;
	overflow:hidden;
	background:#fbfbfb;
	border-radius:4px 4px 0 0; -moz-border-radius:4px 4px 0 0; -webkit-border-radius:4px 4px 0 0;
}

ul.gk_tab_ul-style1 li {
	float: left;
	cursor: pointer;
	margin: 0;
	position: relative;
	border:1px solid #e5e5e5;
	padding:0;
	border-top:0;
	border-right:0;
}
ul.gk_tab_ul-style1 li:first-child {
    border-left:0;}
ul.gk_tab_ul-style1 li span {
	
	display: block;
	height: 34px;
	line-height: 32px;
	width:216px; /*This is the widh of the module tabs for the naslovna :) */
	text-align:center;
	font-size: 13px;
	color: #383536;
	border:1px solid #fff;
	background:url("../images/horizontal/style1/bg_tab.png") repeat-x 0 0 #f6f6f6;
}
ul.gk_tab_ul-style1 li:first-child span {}

ul.gk_tab_ul-style1 li.active {border-bottom:0; padding-bottom:1px;}
ul.gk_tab_ul-style1 li:hover {}
ul.gk_tab_ul-style1 li:hover span, ul.gk_tab_ul-style1 li.active span {
	color: #f26800;
	background:#fafafa;
	font-weight:bold;

}
div.gk_tab_container0-style1 {
	clear: both;
	background: url("../images/horizontal/style1/bg_content.png") repeat-x 0 0;
}

div.gk_tab_container1-style1 {
	overflow: hidden;
	
}

div.gk_tab_item-style1 {
	float: left;
	overflow: hidden;
	padding:0px;
}

div.gk_tab_button_next-style1,
div.gk_tab_button_prev-style1 {
	width: 24px;
	height: 24px;
	background: url("../images/horizontal/style1/b_next.png") no-repeat 0 0;
	cursor: pointer;
	position: absolute;
	top: 43%;
	right: 0;
}

div.gk_tab_button_prev-style1 {
	background: url("../images/horizontal/style1/b_prev.png") no-repeat 0 0;
	left: 0;
	right:inherit;
}

div.gk_tab_button_next-style1:hover {
	background: url("../images/horizontal/style1/b_next.png") no-repeat 100% 0;
}

div.gk_tab_button_prev-style1:hover {
	background: url("../images/horizontal/style1/b_prev.png") no-repeat 100% 0;
}
.gk_tab_container0-style1,
.gk_tab_container1-style1,
.gk_tab_container2-style1{
	position:relative;
}
.clearfix::after{content:"";display:table;clear:both}
