.gk2_tabarts_item_space {
	/*padding: 10px;
*/
}
.clearfix-tabs {
	clear: both;
}
div.gk2_tabarts-style3 {
	position: relative;
}
div.gk2_tabarts_wrap-style3 {
	margin: 0 auto;
}
div.gk2_tabartsmenu-style3 {
	overflow: hidden;
}
ul.gk2_tabartsmenu_ul-style3 {
	list-style-type: none;
	margin: -1px 0 0;
	padding: 0;
	border-left: 1px solid #e1e1e1;
	height: 29px;
}
ul.gk2_tabartsmenu_ul-style3 li {
	background: none;
	padding: 0;
	float: left;
	cursor: pointer;
	margin: 0;
	position: relative;
}
ul.gk2_tabartsmenu_ul-style3 li span {
	background: url('../images/style3/bg_tab.png') repeat-x 0 0;
	display: block;
	height: 28px;
	_width:8px;
	line-height: 27px;
	padding: 0px 10px;
	font-size: 10px;
	color: #666;
	text-transform: uppercase;
	border: 1px solid #e1e1e1;
	border-left: none;
	border-bottom: none;
}
ul.gk2_tabartsmenu_ul-style3 li.active span {
	background: url('../images/style3/bg_tab-active.png') repeat-x 0 0;
	color: #fff;
	/*border: 1px solid #97c731;
*/
}
div.gk2_tabarts_container0-style3 {
	clear: both;
}
div.gk2_tabarts_container1-style3 {
	overflow: hidden;
	border: 1px solid #e0e0e0;
}
div.gk2_tabarts_item-style3 {
	float: left;
	overflow: hidden;
	/*padding: 10px;
*/
	padding-top: 10px;
	background: #f9f9f9;
}
div.gk2_tabarts_button_next-style3, div.gk2_tabarts_button_prev-style3 {
	width: 24px;
	height: 24px;
	background: url('../images/style3/b_next.png') no-repeat 0 0;
	cursor: pointer;
	position: absolute;
	top: 43%;
	right: 0;
}
div.gk2_tabarts_button_prev-style3 {
	background: url('../images/style3/b_prev.png') no-repeat 0 0;
	left: 0;
	right: inherit;
}
div.gk2_tabarts_button_next-style3:hover {
	background: url('../images/style3/b_next.png') no-repeat 100% 0;
}
div.gk2_tabarts_button_prev-style3:hover {
	background: url('../images/style3/b_prev.png') no-repeat 100% 0;
}
