body{
	margin: 0px;
	background: #FFFFFF;
}
.last_min_index4{
	text-align: left;
	width: 100%;
	height: 100%;
}
*{
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: underline;
}
.headline{
	position: relative;
	width: 468px;
	height: 272px;
	overflow: hidden;
	text-align: left;
}
.headline .headline_title{
	z-index: 1;
	position: absolute;
	width: 468px;
	height: 42px;
	top: 5px;
	left: 0px;
	overflow: hidden;
	font: 100 20pt/42px Arial Black;
	color: #000;
}
.headline .image{
	position: absolute;
	width: 252px;
	height: 252px;
	top: 58px;
	left: 0px;
	background: #3e3e3e;
}
.headline .image_content{
	position: relative;
	top: 0px;
	left: 0px;
	width: 252px;
	height: 220px;
}
.headline .image_content img{
	width: 250px;
	height: 190px;
	border: 1px #d0d0d0 solid;
}
.headline .image_content .img{
	position: absolute;
	top: 0px;
	left: 0px;
}
.headline .transparent_layer{
	z-index: 1;
	position: absolute;
	top: 135px;
	left: 1px;
	width: 250px;
	height: 60px;
	background: #3e3e3e;
	filter: alpha(opacity=65);
	-moz-opacity: .8;
	opacity: .8;
}
.headline .short_content{
	z-index: 2;
	position: absolute;
	top: 135px;
	left: 0px;
	width: 250px;
	height: 50px;
	overflow: hidden;
}
.headline .short_content_inner{
	padding: 5px 5px 0px 5px;
}
.headline .short_content *{
	color: #fff;
	font: 700 11px/15px Verdana;
}
.headline .link {
	position: absolute;
	width: 252px;
	height: 252px;
	top: 250px;
	left: 0px;
}
.headline .link img{
	width: 252px;
	height: 22px;
	border: 0px;
}
.headline .items{
	position: absolute;
	width: 216px;
	height: 235px;
	overflow: hidden;
	top: 58px;
	left: 252px;
}
.headline .items .item{
	background: transparent url(images/headline_item_bck.png) no-repeat 7px 8px;
	padding-left: 17px;
	height: 21px;
	overflow: hidden;
}
.headline .items .item *{
	font: 700 11px/21px Tahoma;
}
.headline .items .item a{
	color: #144C73;
}
