div.gk_tabarts {
	position: relative;
}
div.gk_tabarts_wrap {
	margin: 0 auto;
	background: url('../images/style4/bg_ul-l.png') no-repeat 0 0;	
}
div.gk_tabartsmenu {
	overflow:hidden;
}
ul.gk_tabartsmenu_ul {
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0;
	background: url('../images/style4/bg_ul-r.png') no-repeat 100% 0;
	width: 100%;
	height: 27px;
}
ul.gk_tabartsmenu_ul li {
 background: none;
	float: left;
	cursor: pointer;
	margin: 0 3px 0 0;
	position: relative;
	padding: 0;
	padding-top: 7px;
}
ul.gk_tabartsmenu_ul li span {
	display: block;
	height: 13px;
	line-height: 13px;
	padding: 0 10px;
	font-size: 10px;
	color: #666;
	text-transform:uppercase;
	border-right: 1px solid #d0d0d0;
}
ul.gk_tabartsmenu_ul li.active span {
	color: #aa2207;
}
div.gk_tabarts_container0 {
	clear: both;
}
div.gk_tabarts_container1 {
	overflow: hidden;
}
div.gk_tabarts_item {
	float: left;
	overflow: hidden;
	padding: 10px;
}
div.gk_tabarts_button_next,
div.gk_tabarts_button_prev {
	width: 110px;
	height: 145px;
	background: url('../images/style4/next.png') no-repeat 0 0;
	cursor: pointer;
	position: absolute;
	top: 40px;
	right: 0;
}
div.gk_tabarts_button_prev {
	background: url('../images/style4/prev.png') no-repeat 0 0;
	left: 0;
	right:inherit;
}
div.gk_tabarts_button_next:hover {
	background: url('../images/style4/next.png') no-repeat 100% 0;
}
div.gk_tabarts_button_prev:hover {
	background: url('../images/style4/prev.png') no-repeat 100% 0;
}
