.headline{
	position: relative;
	width: 660px;
	height: 275px;
	overflow: hidden;
	background: url(../images/headline.png) no-repeat;
	margin-bottom: 10px;
}
.headline .image{
	z-index: 1;
	position: absolute;
	width: 660px;
	height: 273px;
	top: 1px;
	left: 1px;
	overflow: hidden;
}
.headline .image img{
	width: 660px;
	height: 273px;
}
.headline .number{
	z-index: 2;
	position: absolute;
	width: 220px;
	height: 45px;
	top: 1px;
	left: 446px;
	background: url(../images/headline_num.png) no-repeat;
}
.headline .number .item{
	float: left;
	text-align: center;
	width: 22px;
}
.headline .number .item a{
	font-weight: 100;
	font-size: 8pt;
	line-height: 33px;
}
.headline .number .active a{
	font-weight: 700;
	color: #F00;
}
.headline .number_inner{
	padding-left: 40px;
}
.headline .title_content{
	z-index: 2;
	position: absolute;
	width: 570px;
	height: 60px;
	overflow: hidden;
	top: 206px;
	left: 40px;
}
.headline .title_content .title{
	font-weight: 100;
	font-size: 18pt;
	line-height: 30px;
	color: #000;
}
.headline .title_content .short_content{
	font-weight: 100;
	font-size: 9pt;
	line-height: 15px;
	color: #333;
}
.headline .transparent_layer {
	z-index: 2;
	background: url(../images/headline_title_content.png) repeat-x;
	position: absolute;
	width: 660px;
	height: 77px;
	top: 197px;
	left: 1px;
	filter: alpha(opacity=85);
	-moz-opacity: .8;
	opacity: .8;
}
