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