/* Sample 8*/
#box8{
	position:absolute;
}
#box8 div
{
	width:500px;
	float:left;
}
#box8 .buttons{
	text-align:left;
}
#box8 .next{
	float:right
}


/*#cont{width:550px;margin:0 auto;background:#fff;text-align:left;padding:0px}
*/
/*.mask1{
	position:relative;
	width:850px;
	height:230px;
	overflow:hidden;
}*/

.mask2
{
	background: url(../images/slide-bg.jpg) repeat-x;
	position:relative;
	width:427px;
	height:287px;
	overflow:hidden;
}



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