.buttons{padding:5px;}
.buttons span{color:#e40d12;padding:0 5px;cursor:pointer;}
.buttons span.cpage{	
	width:5;
	height:5;
	background-image:url(images/gray_status.gif);
	background-repeat:no-repeat;	
}
.buttons span.cpage.cpageactive, .buttons span.cpage:hover{
	background-image:url(images/gray_active_status.gif);
	background-repeat:no-repeat
}
#prev8{
	background-image:url(images/left_red_btn.gif);
	background-repeat:no-repeat;
	width:26px;
	height:19px;
}

#prev8:hover{
	background-image:url(images/left_red_over_btn.gif);
	background-repeat:no-repeat;
}

#next8{
	background-image:url(images/right_red_btn.gif);
	background-repeat:no-repeat;
	width:26px;
	height:19px;
}

#next8:hover{
	background-image:url(images/right_red_over_btn.gif);
	background-repeat:no-repeat;
}

/*.buttons span.active, .buttons span:hover{}*/


/* Sample 8*/
#box8{
	position:absolute;
}
#box8 div{
	width:537px;
	float:left;
}
#box8 .buttons{
	text-align:left
}
#box8 .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:537px;
	height:200px;
	/*background: #FFFFFF;*/
	overflow:hidden;
}