/* Sample 8*/
#FeaturedProduct{
	position:absolute;
}
#FeaturedProduct .buttons{
	text-align:left
}
#FeaturedProduct .next{
	float:right
}
#FeaturedMotorcycle{
	position:absolute;
}
#FeaturedMotorcycle .buttons{
	text-align:left
}
#FeaturedMotorcycle .next{
	float:right
}
.sample8 .buttons{
	text-align:center;
	clear:both;
}
.sample8 .mask1{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.mask1{
	position:relative;
	width:480px;
	height:180px;
	overflow:hidden;
}
.mask2{
	position:relative;
	width:240px;
	height:180px;
	overflow:hidden;
}
.mask3{
	position:relative;
	width:480px;
	height:240px;
	overflow:hidden;
}

