/* ||| set of clearing floats |||*/	
.clearfix-tabs:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix-tabs {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix-tabs {
	height: 1%;
}
.clearfix-tabs {
	display: block;
	clear: none;
}
/* End hide from IE-mac */
/* ||| the end |||*/
div.gk2_tabarts-style7 {
	position: relative;
	background: #cee7fa url('../images/style7/bg_ul.png') repeat-y 0 0;
	padding: 0;
	border-top:1px solid #BDDCAE;
/*	border: 1px solid #e3e3e3; */
margin-top:-10px;
}

div.gk2_tabartsmenu-style7 {
	overflow:hidden;
}

ul.gk2_tabartsmenu_ul-style7 {
	list-style-type: none;
	margin: 0;
	padding: 20px 0;
	float: left;
	width: 135px;
	height: 450px;;
	border-right:1px solid #BDDCAE;
}

ul.gk2_tabartsmenu_ul-style7 li {
	cursor: pointer;
	margin: 0;
	position: relative;
	/*background: url('../images/style7/bg_tab.png') no-repeat 100% 100%;*/
	border-bottom:1px solid #BDDCAE;
	padding: 0;
	padding-bottom: 2px;
}

ul.gk2_tabartsmenu_ul-style7 li span {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 13px;
	text-align: center;
	color: #c4d800;
	text-transform:uppercase;

}

ul.gk2_tabartsmenu_ul-style7 li.active span {
	background: url('../images/style7/bg_tab-active.png') no-repeat 100% 0;
	color: #000;
	padding: 0;
}

div.gk2_tabarts_container0-style7 {
	float: left;
/*		background: #f1f1f1 url('../images/style7/bg_mod.png') repeat-x 0 0; */
background-color: #fff;
	padding: 0 20px;
}

div.gk2_tabarts_container1-style7 {
	overflow: auto;
	overflow-x: hidden;
	margin: 10px 0;
	
}

div.gk2_tabarts_item-style7 {
	float: left;
	overflow: hidden;
	
}

div.gk2_tabarts_button_next-style7,
div.gk2_tabarts_button_prev-style7 {
	width: 24px;
	height: 24px;
	background: url('../images/style7/b_next.png') no-repeat 0 0;
	cursor: pointer;
	top: 86%;
	position: absolute;
	right: 10px;
}

div.gk2_tabarts_button_prev-style7 {
	background: url('../images/style7/b_prev.png') no-repeat 0 0;
	position: absolute;
	right: 38px;
}

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

div.gk2_tabarts_button_prev-style7:hover {
	background: url('../images/style7/b_prev.png') no-repeat 100% 0;
}