
#box1{
	position:absolute;
}
.fixedLarge{
	width:480px;
	float:left;
}
#box1 .buttons{
	text-align:left
}
#box1 .next{
	float:right
}

#box2{
	position:absolute;
}

#box2 .buttons{
	text-align:left
}
#box2 .next{
	float:right
}

#box3{
	position:absolute;
}

#box3 .buttons{
	text-align:left
}
#box3 .next{
	float:right
}


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

.mask1{
	position:relative;
	width:550px;
	height:200px;
	display:inline-block;
	margin:auto;
	overflow:hidden;
}

