

ul,li{list-style:none;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:inline-table}
*html .clearfix{height:1%}
.clearfix{display:block}
*+html .clearfix{min-height:1%}

#tab{width:960px;color:#000;margin:40px auto 0 auto;}
#tab .tabList ul li{
	
	background:#aaa;
	background:-moz-linear-gradient(top, #fefefe, #ededed);	
	background:-o-linear-gradient(left top,left bottom, from(#fefefe), to(#ededed));
	background:-webkit-gradient(linear,left top,left bottom, from(#fefefe), to(#ededed));
	border:1px solid #ccc;
	padding:5px 0;
	width:100px;
	text-align:center;
	margin-left:-1px;
	position:relative;
	cursor:pointer;
}
#tab .tabCon{
	
	margin:0 auto;
	
	border:1px solid #000;
	height:200px;
	width:980px;
	
}
#tab .tabCon div{
	padding:10px;
	position:absolute;
	opacity:0;
	max-width:960px;
	filter:alpha(opacity=0);
}
#tab .tabList li.cur{
	border-bottom:none;
	background:#aaa;
}
#tab .tabCon div.cur{
	opacity:1;
	filter:alpha(opacity=100);
}