.news_box {
	margin-top: 5px;
	border:2px solid;
	width: 625px;
	text-align: center;
	background-color:#F2FAC7;
		background-color:#fff;
}
.news_box h1 {
	background-color: #000;
	margin-top: 0px;
	height: 25px;
}
.news_box .nb_item {
	margin-right: 0px;
	margin-left: 2px;
	margin-top: 0px;
	background: url(../img/green_button_bg.png) repeat-x;
	text-decoration: none;
	font-size: 15px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	color:#ddd;
}
.news_box a:hover #t_item_1 {
	text-decoration: none;
	color:#FF0;
}
.news_box a:hover #t_item_2 {
	text-decoration: none;
	color:#FF0;
}
.news_box a:hover #t_item_3 {
	text-decoration: none;
	color:#FF0;
}
.news_box #item_1 {
	visibility:visible;
	display: block;
	width: 520px;
}
.news_box #item_2 {
	visibility:hidden;
	display: none;
	width: 520px;
}
.news_box #item_3 {
	visibility:hidden;
	display: none;
	width: 520px;
}
.news_box #item_3 h2 {
	font-size: 14px;
}
.news_box h1 a #t_item_1 {
	color:#ff9;
}
.news_box h1 a #t_item_2 {
	color:#eee;
}
.news_box h1 a #t_item_3 {
	color:#eee;
