/* ||| set of clearing floats |||*/	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* ||| the end |||*/
div.gk_tabarts {
	position: relative;
	padding: 0;
}
div.gk_tabartsmenu {
	overflow:hidden;
}
ul.gk_tabartsmenu_ul {
	list-style-type: none;
	margin: 0;
	padding: 20px 0;
	float: right;
	width: 224px;
	height: 100%;
	
}
ul.gk_tabartsmenu_ul li {
	cursor: pointer;
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
	background: none;
	
}
ul.gk_tabartsmenu_ul li span {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 60px;
	font-size: 13px;
	
	color: #fff;
	text-transform:uppercase;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url('../images/header_blue/bg_tab.png') no-repeat 0 0; 
}
ul.gk_tabartsmenu_ul li span:hover {
     background: url('../images/header_blue/bg_tab-h-green.png') no-repeat 0 0;
	color: #fff;
	
}
ul.gk_tabartsmenu_ul li.active span {
     background: url('../images/header_blue/bg_tab-h.png') no-repeat 0 0;
	color: #fff;
	
}
div.gk_tabarts_container0 {
	float: left;
	padding: 0 20px 0 0;
	width: 660px;
	height: 180px;
	clear: none;
}
div.gk_tabarts_container1 {
	overflow: hidden;
	margin: 10px 0;
}
div.gk_tabarts_item {
	float: left;
	overflow: hidden;
}
div.gk_tabarts_item h4 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 18px;
}
div.gk_tabarts_item img {
	margin-right: 10px;
	border: 1px solid #fff;
}
div.gk_tabarts_button_next, div.gk_tabarts_button_prev {
	width: 24px;
	height: 24px;
	background: url('../images/style7/b_next.png') no-repeat 0 0;
	cursor: pointer;
	top: 86%;
	position: absolute;
	right: 10px;
}
div.gk_tabarts_button_prev {
	background: url('../images/style7/b_prev.png') no-repeat 0 0;
	position: absolute;
	right: 38px;
}
div.gk_tabarts_button_next:hover {
	background: url('../images/style7/b_next.png') no-repeat 100% 0;
}
div.gk_tabarts_button_prev:hover {
	background: url('../images/style7/b_prev.png') no-repeat 100% 0;
}
