

/* Sample 2*/
#box2{
	position:absolute;
}
#box2 span{
	display:block;
	float:left;
	margin-right: 0px;
	margin-left: 0px;
	width: 170px;
	height: 80px;
}


/* ********************************** */
.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
}


.mask2{
	position:relative;
	width:170px;
	height:80px;
	overflow:hidden;
}


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









