#headline .photo ul li{
	height:406px;
	width:660px;
	float:left;
}
.news-title{
	width:100%;
}
.linkNewsLst{
	position: absolute;
	top: 213px;
	left:20px;
	z-index: 9999;
	width:100%;
}
.linkNews{
	position: absolute;
	bottom: 0px;
	left:31px;
	z-index: 9999;
	display:none;
	padding-left:20px;
}
.btnLink{
	position:absolute;
	bottom:0px;
}
#headline .photo .linkNewsLst ul li{
	height:36px;
	margin-top:5px;
	width:100%;
	float:none;
	position:relative;
	z-index:9999;
}
#headline .photo .linkNewsLst ul{
	display:block;
	position:relative;
}
.linkNewsLst a{
	display:block;
	padding:10px;
	color:white;
	position:relative;
}
.linkNewsBG{
	width:100%;
	height:36px;
	background-color:black;
	top:0px;
	position:absolute;
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter:alpha(opacity=50);
}
.linkNewsMouseChecker{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding:5px;
  z-index:999;
}