/* Sample 1*/
#box1{
	position:absolute;
}
#box1 span{
	display:block;
	float:left;
}


/* ********************************** */




.mask1{
	position:relative;
	width:240px;
	height:200px;
	overflow:hidden;
	border:1px solid gray;
}


span img{
	border-style: none;
    border-color: inherit;
    border-width: medium;
    display:block;
	width:100px;
    height: 30px;
}
 
