 div.gk_tabarts
 {border:0px solid #000000;
	position:relative;
	
	/*width:500px; - FIREFOX 3.0 Fix | Width here fixes issue but not ultimate fix - remove after fix */
		}
div.gk_tabarts_wrap {
	margin: 0 auto;
	border:0px solid #000000;
}
div.gk_tabartsmenu {
	overflow:hidden;
}
ul.gk_tabartsmenu_ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.gk_tabartsmenu_ul li {
	float: left; /*tested 3.0 fixes ie 7 button alignment. leave */
	cursor: pointer;
	margin: 0 3px -1px 0;
	border: 1px solid #ebebeb;
	border-bottom: none;
	position: relative; /*tested 3.0 fix - leave */
	padding: 1px;
	padding-bottom: 0px;
}
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;
	float:left; /*tested 3.0 fix - leave */
}
ul.gk_tabartsmenu_ul li.active span {
	background: url('../images/style1/bg_tab-active.png') repeat-x 0 0;
	/*color: #aa2207;*/
	color:#5281ab;
}
div.gk_tabarts_container0 {
	float:left; /*tested 3.0 fix - leave */
	/*clear:both;*/
	background: url('../images/style1/bg_content.png') repeat-x 0 0;
	border:0px solid #000000;
}
div.gk_tabarts_container1 {
	float:left; /*tested 3.0 fix - leave */
	/*clear:both;*/
	overflow: hidden;
	border:0px solid #000000;
	background: url('../images/style1/bg_content-bottom.png') repeat-x 0 100%;
}

div.gk_tabarts_item {
	border:0px solid #000000;
	float: left; /*tested 3.0 fix - leave */
	overflow: visible;
	padding: 5px 5px 5px 2px;
}
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;
}