
/* Sample 5*/
#box5{
	position:absolute;
	width:410px;
}
#box5 span{
	display:block;
}
#info5{
	bottom:0;
}

/* ********************************** */

.info{
	width:410px;
	height:50px;
	background:#000;
	position:absolute;
}
.info p, .info h4{
	color:#fff;
	margin: 0px;
	padding:5px 0 0 8px;
	font-family:Arial;
}
.info h4{
	font-size:12px;
}
.info h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:12px;
	padding:0 3px;
	text-decoration: none;
}

.mask2{
	position:relative;
	width:410px;
	height:180px;
	overflow:hidden;
}
