.headline{
	position: relative;
	width: 500px;
	height: 285px;
	overflow: hidden;
	margin-bottom: 0px;
}
.headline .image{
	z-index: 1;
	position: absolute;
	width: 500px;
	height: 283px;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
.headline .image img{
	width: 500px;
	height: 283px;
	border: 0px;
}
.headline .number{
	z-index: 2;
	position: absolute;
	width: 500px;
	height: 32px;
	top: 0px;
	left: 0px;
	background: url(../images/headline_num.gif) no-repeat;
}
.headline .number .item{
	font-family: "Arial";
	font-size: 12px;
	color: #000000;
	float: left;
	text-align: center;
	width: 22px;
}
.headline .number .item a{
	font-family: "Arial";
	font-size: 12px;
	color: #000000;
	font-weight: 100;
	font-size: 8pt;
	line-height: 33px;
}
.headline .number .active a{
	font-family: "Arial";
	font-size: 12px;
	font-weight: 700;
	color: #F00;
}
.headline .number_inner{
	padding-left: 315px;
}
.headline .title_content{
	z-index: 2;
	position: absolute;
	width: 480px;
	height: 60px;
	overflow: hidden;
	top: 226px;
	left: 10px;

}
.headline .title_content .title{
	font-weight: 100;
	font-size: 17pt;
	line-height: 30px;
	color: #fff;
	font-family: Arial;
	font-weight: 700;
}
.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: 500px;
	height: 60px;
	top: 225px;
	left: 0px;
	filter: alpha(opacity=75);
	-moz-opacity: .8;
	opacity: .8;
}