#box1{
	position:absolute;
	width: 844px;
	height: 200px;
}
#box1 span{
	display:block;
	float:left;
}

/* ********************************** */

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


.mask1{
	width:840px;
	height:200px;
	overflow:hidden;
	position: relative;
	background-image: url(img/img5.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}


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