/* CSS Document */
ul {
	list-style-type:none;
	margin:0px;
}
.ctt {
	height:auto;
	padding:0px;
	clear:both;
}
.twidth {
	margin:0px;
	clear:both;
	width:335px;/*整个滑动门的宽度*/
	height:123px;
}
/* TAB 切换效果 */ 
.tb_ {
	background-image:url(../images/in_r7_c9.jpg);
	background-repeat: repeat-x;
	height:26px;
}
.tb_ ul { height:26px; }
.tb_ li {
	float:left;
	width: 80px;
	height: 26px;
	line-height:30px;
	font-size:12px;
	cursor:pointer;
}
/* 用于控制显示与隐藏的css类 */ 
.normaltab {
	background-image:url(../images/newsbg2.jpg);
	background-repeat: no-repeat;
	color:#7f7f7f;
	width:80px;
	height:26px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	float:left;
}
.hovertab {
	background-image:url(../images/newsbg1.jpg);
	background-repeat: no-repeat;
	color:#FFFFFF;
	width:80px;
	height:26px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	float:left;
}
.dis { display:block; }
.undis { display:none; }
