div.gk_tabarts {
	position: relative;
	width:590px;
	}
div.gk_tabarts_wrap {
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
}
div.gk_tabartsmenu {
	
	overflow:hidden;
}
ul.gk_tabartsmenu_ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.gk_tabartsmenu_ul li {
	float: left;
	cursor: pointer;
	position: relative;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: -1px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border: 1px solid #ffffff;
}
ul.gk_tabartsmenu_ul li span {
	background: url('../images/style1/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_tabartsmenu_ul li.active span {
	background: url('../images/style1/bg_tab-active.png') repeat-x 0 0;
	color: #666;
}
div.gk_tabarts_container0 {
	clear: both;
	background-image: url(../images/style1/bg_content.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}
div.gk_tabarts_container1 {
	overflow: hidden;
}

div.gk_tabarts_item {
	float: left;
	padding-left:0px;
	padding-top: 30px;
}

div.gk_tabarts_item ul li {
	width:92%;
	text-align:justify;
	background-image: url(../images/style1/bullet.png);
	background-position: 0px 7px;
	background-repeat: no-repeat;
	list-style:none;
	padding-left: 8px;
}

div.gk_tabarts_button_next,
div.gk_tabarts_button_prev {
	width: 24px;
	height: 24px;
	background: url('../images/style1/b_next.png') no-repeat 0 0;
	cursor: pointer;
	position: absolute;
	top: 43%;
	right: 0;
}
div.gk_tabarts_button_prev {
	background: url('../images/style1/b_prev.png') no-repeat 0 0;
	left: 0;
	right:inherit;
}
div.gk_tabarts_button_next:hover {
	background: url('../images/style1/b_next.png') no-repeat 100% 0;
}
div.gk_tabarts_button_prev:hover {
	background: url('../images/style1/b_prev.png') no-repeat 100% 0;
}
