.abgne_tab {
	clear: left;
	min-width: 400px;
}
ul.tabs {
	width: 100%;
	height: 55px;	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position:relative;
	z-index:3;
}
ul.tabs li {
	float: left;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	display: block;
	width: 155px;
	height: 37px;
	background-image: url(../images/tab.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
ul.tabs li:nth-child(1) a {
	background-position: 0px 0px;
}
ul.tabs li:nth-child(2) a {
	background-position: -155px 0px;
	width: 224px;
}
ul.tabs li.active a {
	background-position-y: -37px;
}
div.tab_container {
	clear: left;
	width: 100%;
	position:relative;
}
#tabs_01 {
	position: absolute;
	top: 245px;
	left: 73px;
	width: 973px;
	height: 578px;
}
#tabs_01 ul.tabs {
	width: 453px;
	background-color: #000;
	padding: 9px 0 0px 16px;
	margin-bottom: 30px;
}
/********** #tabs_02 **************************************/
#tabs_02 {
	position: absolute;
	top: 330px;
	left: 30px;
	width: 1066px;
}
#tabs_02 ul.tabs {
	width: 660px;
	height: 55px;
	background-color: #000;
	padding: 9px 0 0px 16px;
	margin-bottom: 12px;
}
#tabs_02 ul.tabs li a {
	display: block;
	width: 155px;
	height: 37px;
	background-image: url(../images/tab2.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#tabs_02 ul.tabs li:nth-child(1) a {
	background-position: 0px 0px;
}
#tabs_02 ul.tabs li:nth-child(2) a {
	background-position: -155px 0px;
}
#tabs_02 ul.tabs li:nth-child(3) a {
	background-position: -310px 0px;
	width: 131px;
}
#tabs_02 ul.tabs li:nth-child(4) a {
	background-position: -441px 0px;
}
#tabs_02 ul.tabs li.active a {
	background-position-y: -37px;
}
#tabs_02 div.tab_content img:nth-child(1) {
	/*background-image:url(../images/tab_container_bg.png);
	background-repeat:no-repeat;*/
	min-height:395px;
}













