
/* Sample 8*/
#box8{
	position:absolute; border:1px none #00ff00;
}
#box8 div{
	width:250px;
	float:left;
}
#box8 .buttons{
	text-align:left
}
#box8 .next{
	float:right
}
.sample8 .buttons{
	text-align:center;
	clear:both;
}
.sample8 .mask1{
	border-top:0px solid #ccc;
	border-bottom:0px solid #ccc;
}

.buttons  span { display:inline; border-style:none; }
.buttons  .active { border-bottom:1px solid #AEC6C8; }
/* ********************************** */

.mask1{
	position:relative;
	width:248px; 
	height:310px;
	overflow:hidden;
}

