/* Sample 2*/
#box2{
	position:absolute;
}
#box2 span{
	display:block;
	float:left;
}

.thumbs{
	width: 508px;
}
.thumbs div{
	display:block;
	width: 505px;
	height: 380px;
	margin: 3px 0;
	cursor: pointer;
}

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

.info{
	width:480px;
	height:50px;
	background:#000;
	position:absolute;
}
.info p, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
}
.mask2{
	position:relative;
	width: 480px;
	height: 375px;
	overflow:hidden;
}

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