/* Sample 1*/

#box1{
	position:absolute;
	width:850px;
}
#box1 span{
	display:block;
	float:left;

}

/* Sample 2*/
#box2{
	position:absolute;
}
#box2 span{
	display:block;
	float:left;
}

/* Sample 3*/
#box3{
	position:absolute;
}
#box3 span{
	display:block;
	float:left;
}

/* Sample 4*/
#box4{
	position:absolute;
}
#box4 div{
	width:480px;
	height:240px;
	float:left;

}

#box4 h3, #box4 p, #box4 ul{

}
#box4 img{
	width:200px;
	width:150px;
	float:left;



}
#info4{
	background:#fff !important;
	color:red !important;
	cursor:default
}

/* Sample 5*/
#box5{
	position:absolute;
	width:240px;
}
#box5 span{
	display:block;
}
#info5{
	bottom:0;
}

/* Sample 6*/

.mask1{
	position:relative;
	width:850px;
	height:175px;
	overflow:hidden;
}

