.sliderimg {
	float: left;
	width: 405px;
	
	background: #333;
	position: relative;
	overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
	color: #fff;
	background: #B4CBD9;
}


.sliderimg img{
	margin-left:3px;
}
.sliderimg .block{
	width: 400px;
	height: 30px;
	padding: 10px;
	margin-left:3px;
	margin-right:2px;
	background: #111;
	color: #ffffff;
	border-top: 1px solid #000;
	letter-spacing: 1.5px;
	z-index:1;
	*padding: 14px;
}

.sliderimg .block2{
	width: 100%;
	height: 30px;
	padding: 10px;
	
}

.sliderimg .desc{
	position: absolute;
	bottom: 0;
	left: 0; 
	width: 100%;
	display: none;

}

.sliderimg .desc2{
	position: absolute;
	bottom: 0;
	left: 0; 
	width: 100%;
	display: none;
}

.sliderimg a.collapse { 
	/*background: url(/home/img/close.gif) no-repeat left top;*/
	height: 16px;
	color: #ffffff;
	position: absolute;
	top: 4 px;
	text-decoration: none;
	right: 5px;
	z-index:1000;
	border: 1px solid #fff;
	padding:2px;
}

.hk_headline{
	color:A8001B; font-weight:bold;
}