/* Sample 5*/
#box5{
	position:absolute;
	width:373px;
}
#box5 span{
	display:block;
}
#info5{
	bottom:0;
}


/* ********************************** */
/* cuadro info, medidas de img */
.mask2{
	position:relative;
	width:373px;
	height:280px;
	overflow:hidden;
	margin-top:7px;
}
.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none;
}

.info{
	width:351px;
	height:0px;
	background:#fff;
	position:absolute;
}
.info p, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
}

span img{
	display:block;
	border:none;
}
