/* Sample 8*/
#box8{
	position:absolute;

}
#box8 div{
	width:650px;
	height:180px!important;
    margin-top:0px!important;
	float:left;
}
#box8 .buttons{
	text-align: right;
}
#box8 .next
{
	float: right;

}

.mask1{
	position:relative;
	width:650px;
	height:180px;
	overflow:hidden;
}

.mask2{
	position:relative;
	width:650px;
	height:180px;
	overflow:hidden;
	
	}

.buttons{padding:5px;}
.buttons span{color:#0080FF;cursor:pointer;font:10px Verdana}
.buttons span.active, .buttons span:hover{background:#fff;color:#fff}
