.mask1{
	position:relative;
	width:200px;
	height:175px;
	overflow:hidden;
	margin-left:40px;
}

/* Sample 8*/
#box8{
	position:absolute;
	padding-left:20px;
}
#box8 div{
	width:200px;
	float:right;
}
#box8 .buttons{
	text-align:left;
	cursor: pointer;
}
#box8 .next{
	float:right
}
.sample8 .buttons{
	text-align:center;
	clear:both;
	cursor: pointer;
}
.sample8 .mask1{
	border: none;
}