
table td
{
padding:5px;
}

.buttons span{
	color:#666;
	padding:2px 4px 3px ;
	margin-right:-2px;
	margin-left:-2px;
	font:11px Verdana;
	cursor:pointer;
	}
.buttons span:hover{
	border-top:4px solid #555;
	!border-top:3px solid #555;
	padding:-1px 4px 2px;
	}	
	
.buttons span.active{
    border-top:4px solid #555;
	!border-top:3px solid #555;
	padding:-1px 4px 2px;
	background:#888;
	color:#fff !important;
	}

.link span{margin:auto;color:#0080FF;padding:1px 4px;cursor:pointer;font:11px Verdana}
.link span.active, .link span:hover{background:#0080FF;color:#fff}

h3{color:#888;font-size:17px;font-weight:normal}

/* Sample 8*/
#box{
	position:absolute;
}
#box div{
	width:700px;
	float:left;
}
#box .buttons{
	text-align:left;
}
#box .next{
	float:right;
}
.buttons{
	margin:20px auto 0 auto;
	width:500px;
	border-top:1px solid #BBB;
	text-align:center;
	clear:both;
}

.mask{
	position:relative;
	width:700px;
	height:260px;
	overflow:hidden;
}

