.tabs2 {
	position: relative;
position: absolute;
	width: 960px;
	height: 280px;
	top: 30px;
top: 110px;
}
.tabs2 .tabsbotbg .tabblock {
	overflow: hidden;
	visibility: hidden;
	position: absolute;
	left: 0;
	z-index: 1;
}
.tabs2 .tabsbotbg .tabholder div {
	position: absolute;
	left: 445px;
	top: 255px;
	width: 70px;
	height: 25px;
	background: url(../images/ss_tabs/navbar.png) no-repeat;
	z-index: 900;
}
.tabs2 .tabsbotbg .tabholder .tab1,
.tabs2 .tabsbotbg .tabholder .tab2,
.tabs2 .tabsbotbg .tabholder .tab3,
.tabs2 .tabsbotbg .tabholder .tab4 {
	position: absolute;
	height: 25px;
	width: 14px;
	overflow: hidden;
	background: none;
	z-index: 950;
}
.tabs2 .tabsbotbg .tabholder .tab1 {
	left: 7px;
}
.tabs2 .tabsbotbg .tabholder .tab2 {
	left: 21px;
}
.tabs2 .tabsbotbg .tabholder .tab3 {
	left: 35px;
}
.tabs2 .tabsbotbg .tabholder .tab4 {
	left: 49px;
}
.tabs2 .tabsbotbg .tabholder a.active, .tabs2 .tabsbotbg .tabholder a:hover  {
	background:url(../images/ss_tabs/tab_on.png) no-repeat;
	z-index: 999;
}
