#homeTabs div.gk_tabmods {
	position: relative;
}
#homeTabs div.gk_tabmods_wrap {
	margin: 0 auto;
}
#homeTabs div.gk_tabmodsmenu {
	overflow:hidden;
}
#homeTabs ul.gk_tabmodsmenu_ul {
	list-style-type: none;
	margin: -1px 0 0 14px;
	padding: 0;
}
#homeTabs ul.gk_tabmodsmenu_ul li {
	background: none;
	padding: 0;
	float: left;
	cursor: pointer;
	margin:0px;
	position: relative;
	height:38px;
	z-index:1;
}
#homeTabs ul.gk_tabmodsmenu_ul li span {
	display: block;
	text-transform:uppercase;
	text-decoration:none;
	
	color: #BAB5A6;
	font-size:12px;
	line-height:31px;
	display:block;
	padding:0px 10px 0px 10px;
	margin:7px 0px 0px 0px;
	background-color:#F4F2E5;
}
#homeTabs ul.gk_tabmodsmenu_ul li.active {
	background:url(http://www.paessp.org/templates/PAESSP/images/content_row/tab_active_l.png) no-repeat top left;
	margin:0px -4px;
	padding:0px 0px 0px 4px;
	z-index:2;
}
#homeTabs ul.gk_tabmodsmenu_ul li.active span {
	color: #59513E;
	font-size:12px;
	line-height:42px;
	display:block;
	padding:0px 10px 0px 6px;
	margin:0px;
	background-image:url(http://www.paessp.org/templates/PAESSP/images/content_row/tab_active.png);
	background-repeat:no-repeat;
	background-position:top right;
	text-decoration:none;
	background-color:transparent;
}
#homeTabs div.gk_tabmods_container0 {
	clear: both;
	min-height:188px;
	background-image:url(../../../templates/PAESSP/images/content_row/tabs_bg.png);
	background-repeat:no-repeat;
	background-position:top left;
}
#homeTabs div.gk_tabmods_container1 {
	overflow: hidden;
	
}
#homeTabs div.gk_tabmods_item {
	float: left;
	overflow: hidden;
	padding: 5px;
}
#homeTabs div.gk_tabmods_button_next,
#homeTabs div.gk_tabmods_button_prev {
	width: 24px;
	height: 24px;
	background: url('http://www.paessp.org/modules/mod_tabmods/images/style3/b_next.png') no-repeat 0 0;
	cursor: pointer;
	position: absolute;
	top: 43%;
	right: 0;
}
#homeTabs div.gk_tabmods_button_prev {
	background: url('http://www.paessp.org/modules/mod_tabmods/images/style3/b_prev.png') no-repeat 0 0;
	left: 0;
	right:inherit;
}
#homeTabs div.gk_tabmods_button_next:hover {
	background: url('http://www.paessp.org/modules/mod_tabmods/images/style3/b_next.png') no-repeat 100% 0;
}
#homeTabs div.gk_tabmods_button_prev:hover {
	background: url('http://www.paessp.org/modules/mod_tabmods/images/style3/b_prev.png') no-repeat 100% 0;
}